chore: 添加设计资料和示例工程
This commit is contained in:
5
sample/server/scripts/lint.sh
Normal file
5
sample/server/scripts/lint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
go vet ./...
|
||||
go fmt ./...
|
||||
Reference in New Issue
Block a user