Compare commits

..

2 Commits

Author SHA1 Message Date
junleea cf3985321d 修改构建脚本 2024-07-05 19:49:19 +08:00
junleea e1e2dc5037 添加构建脚本 2024-07-05 19:48:04 +08:00
1 changed files with 4 additions and 0 deletions

4
build.sh Normal file
View File

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