mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-17 13:22:56 +01:00
9 lines
168 B
Makefile
9 lines
168 B
Makefile
### Tools needed for development
|
|
devtools:
|
|
@echo "Installing devtools"
|
|
go install mvdan.cc/gofumpt@latest
|
|
|
|
### Formatting, linting, and vetting
|
|
fmt:
|
|
gofumpt -l -w .
|