Commit Graph

2 Commits (32590db4cafe8fea30be3d19ba0f179f06a35427)

Author SHA1 Message Date
wxiaoguang c18d8d6968
Remove legacy `+build:` constraint ()
Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed.
Lunny Xiao 6526733a58
Let web and API routes have different auth methods group ()
* remove the global methods but create dynamiclly

* Fix lint

* Fix windows lint

* Fix windows lint

* some improvements

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>