diff options
| author | 2025-04-09 16:32:13 +0000 | |
|---|---|---|
| committer | 2025-04-09 17:32:13 +0100 | |
| commit | b1a4d54c14647827aaf3c8174e2896b12d0f9608 (patch) | |
| tree | a66cbe831407565a6b7af421c5e659e08fd7306c /internal/config/gen/gen.go | |
| parent | [bugfix] Fix a couple accessibility issues with `:focus` elements (#3979) (diff) | |
| download | gotosocial-b1a4d54c14647827aaf3c8174e2896b12d0f9608.tar.xz | |
[chore] add IPPrefixes type so we don't need separate rate limit parsed field (#3982)
* add IPPrefixes type so we don't need separate rate limit parsed field
* sshhhh please linter, mommy's working
Diffstat (limited to 'internal/config/gen/gen.go')
| -rw-r--r-- | internal/config/gen/gen.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/config/gen/gen.go b/internal/config/gen/gen.go index a3742ee15..9130f8606 100644 --- a/internal/config/gen/gen.go +++ b/internal/config/gen/gen.go @@ -65,7 +65,6 @@ func main() { fmt.Fprint(output, license) fmt.Fprint(output, "package config\n\n") fmt.Fprint(output, "import (\n") - fmt.Fprint(output, "\t\"net/netip\"\n") fmt.Fprint(output, "\t\"time\"\n\n") fmt.Fprint(output, "\t\"codeberg.org/gruf/go-bytesize\"\n") fmt.Fprint(output, "\t\"github.com/superseriousbusiness/gotosocial/internal/language\"\n") |
