Notify Contributions Requirements Golang 1.23 Twitter account Setup $ go mod download Run $ cp .env.example .env # please edit values $ DEBUG=1 go run src/cmd/main.go Code check and format $ # Code check $ go vet ./... $ # Format $ go fmt ./... Test $ go test ./...