videoplayer/build.sh

4 lines
70 B
Bash
Raw Normal View History

2024-07-05 19:48:04 +08:00
#!/bin/bash
2024-07-05 19:49:19 +08:00
echo "Building the project"
2024-07-05 19:48:04 +08:00
go build
echo "Build complete"