mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-28 04:03:32 -06:00
add IPPrefixes type so we don't need separate rate limit parsed field
This commit is contained in:
parent
19cfa8d126
commit
9d15102f70
10 changed files with 82 additions and 71 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue