1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-06-04 11:17:34 +08:00
Commit Graph

4 Commits

Author SHA1 Message Date
80adbebbc8 Unexport git.GlobalCommandArgs ()
Unexport the git.GlobalCommandArgs variable.
2022-01-25 18:15:58 +00:00
750a8465f5 A better go code formatter, and now make fmt can run in Windows ()
* go build / format tools
* re-format imports
2021-11-17 20:34:35 +08:00
f2e7d5477f refactor: move from io/ioutil to io and os package ()
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>
2021-09-22 13:38:34 +08:00
c29620c05f Add tests for clone from wiki ()
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-04-16 17:39:21 -04:00