diff --git a/build.sh b/build.sh index 8572b70..23aad12 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/bin/bash - +echo "Building the project" go build echo "Build complete" \ No newline at end of file