issues
search
saser
/
strecku
0
stars
0
forks
source link
Check go.mod in CI
#7
Open
saser
opened
3 years ago
saser
commented
3 years ago
Things to check are:
go mod tidy -v
should not output anything or leave the file changed.
go mod edit -fmt
should not leave the file changed.
Possibly more?
Things to check are:
go mod tidy -v
should not output anything or leave the file changed.go mod edit -fmt
should not leave the file changed.