refactor: 对齐后端样例工程规范
This commit is contained in:
4
backend/api/scripts/lint.sh
Normal file
4
backend/api/scripts/lint.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
go vet ./...
|
||||
go fmt ./...
|
||||
Reference in New Issue
Block a user