Init commit
This commit is contained in:
commit
4f7247190c
16 changed files with 573 additions and 0 deletions
7
format.go
Normal file
7
format.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package tun
|
||||
|
||||
//go:generate go install -v mvdan.cc/gofumpt@latest
|
||||
//go:generate go install -v github.com/daixiang0/gci@latest
|
||||
//go:generate gofumpt -l -w .
|
||||
//go:generate gofmt -s -w .k
|
||||
//go:generate gci write -s "standard,prefix(github.com/sagernet/),default" .
|
||||
Loading…
Add table
Add a link
Reference in a new issue