@@ -1,10 +1,13 @@
default: clean run
clean:
rm -f gomeshalerter
rm -f gomeshalerter *.json
run: gomeshalerter
exec ./gomeshalerter
gomeshalerter: *.go
go build -o gomeshalerter .
lint:
golangci-lint run
The note is not visible to the blocked user.