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