summaryrefslogtreecommitdiffstats
path: root/build/gitea-format-imports.go
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove broken gitea-format-imports (#20952)Jason Song2022-08-251-26/+0
|
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-021-1/+0
| | | Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed.
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+27
* go build / format tools * re-format imports