添加构建脚本

This commit is contained in:
junleea 2024-07-05 19:48:04 +08:00
parent 7c78231d91
commit e1e2dc5037
1 changed files with 4 additions and 0 deletions

4
build.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
go build
echo "Build complete"