Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 1 | -1/+0 |
| | | | Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed. | ||||
* | Let web and API routes have different auth methods group (#19168) | Lunny Xiao | 2022-03-28 | 1 | -0/+12 |
* remove the global methods but create dynamiclly * Fix lint * Fix windows lint * Fix windows lint * some improvements Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |