@@ -0,0 +1,13 @@
.PHONY: fmt test run tidy
fmt:
go fmt ./...
test:
go test ./...
run:
go run ./cmd/bot
tidy:
go mod tidy
The note is not visible to the blocked user.