@ -0,0 +1,12 @@
.PHONY: build fmt lint
build: fmt lint
go build .
fmt:
gofmt -w -r "interface{} -> any" .
go fmt ./...
lint:
go vet ./...
staticcheck ./...
@ -1,3 +1,3 @@
module gitea.stuzer.link/stuzer05/passgen
go 1.22.3
go 1.23
The note is not visible to the blocked user.