Add range api

This commit is contained in:
世界 2022-08-14 22:58:30 +08:00
parent eb2fad956a
commit 4f2b872a8c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 330 additions and 20 deletions

View file

@ -3,14 +3,14 @@ linters:
enable:
- gofumpt
- govet
- gci
# - gci
- staticcheck
linters-settings:
gci:
sections:
- standard
- prefix(github.com/sagernet/)
- default
# gci:
# sections:
# - standard
# - prefix(github.com/sagernet/)
# - default
staticcheck:
go: '1.18'
go: '1.19'