修改构建脚本

This commit is contained in:
junleea 2024-07-05 19:49:19 +08:00
parent e1e2dc5037
commit cf3985321d
1 changed files with 1 additions and 1 deletions

View File

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