diff options
| author | 2021-03-20 19:44:18 +0100 | |
|---|---|---|
| committer | 2021-03-20 19:44:18 +0100 | |
| commit | 4194f8d88f3bedab6841e80287c007f4c0e6f245 (patch) | |
| tree | 4feb2f1b9343ad6e9b082f4a369e65af5873e8d0 /internal/oauth/html.go | |
| parent | add golangci job (diff) | |
| download | gotosocial-4194f8d88f3bedab6841e80287c007f4c0e6f245.tar.xz | |
fix lint errors
Diffstat (limited to 'internal/oauth/html.go')
| -rw-r--r-- | internal/oauth/html.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/oauth/html.go b/internal/oauth/html.go deleted file mode 100644 index a3ae4318a..000000000 --- a/internal/oauth/html.go +++ /dev/null @@ -1,9 +0,0 @@ -package oauth - -const ( - signInHTML = ` -` - - authorizeHTML = ` -` -) |
