Closed jortel closed 9 months ago
Upgrade to Go 1.20. This will cause a mass reformat. In 1.19 gofmt added a number of pedantic rules. We'll need to update go.mod and re-run go mod tidy.
go mod tidy
Use goimports for import ordering.
Replace interface{} with any.
interface{}
any
Run gofmt
run goimports.
Upgrade to Go 1.20. This will cause a mass reformat. In 1.19 gofmt added a number of pedantic rules. We'll need to update go.mod and re-run
go mod tidy
.Use goimports for import ordering.
Replace
interface{}
withany
.Run gofmt
run goimports.