Commit Graph

2 Commits (ae446b13f938948c3f9305635621f3af11a5c04c)

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>