Commit Graph

5 Commits (f3e64f677fd242850beafb1767504722f2dc2703)

Author SHA1 Message Date
John Olheiser baadb51445
Add gitea-vet ()
* Add copyright

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add gitea-vet and fix non-compliance

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Combine tools.go into build.go and clean up

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Remove extra GO111MODULE=on

Signed-off-by: jolheiser <john.olheiser@gmail.com>
kolaente f9ec2f89f2 Add golangci ()
Oleg Kovalov 5a4648cdd6 Remove check for negative length ()
SagePtr eb0c848f5b Use native go method to get current user rather than environment variable ()
* Use native go method to get current user rather than environment var

* Use t.Skip instead of return in test
Matthias Loibl d318f612a9 Add tests for CurrentUsername() ()