go-pingbot/pre-commit.sh

7 lines
50 B
Bash
Raw Normal View History

2021-09-08 20:18:35 +00:00
#!/usr/bin/bash
go mod tidy
# Lint
go fmt ./...