Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -0/+1 |
| | | | | * go build / format tools * re-format imports | ||||
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -3/+3 |
| | | | | | | | | | The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> | ||||
* | Add tests for clone from wiki (#15513) | Lunny Xiao | 2021-04-16 | 1 | -0/+51 |
Co-authored-by: techknowlogick <techknowlogick@gitea.io> |