PWD = /vercel/path0
mv README.html public/index.html
go version =
./build.sh: line 13: go: command not found
go env
./build.sh: line 17: go: command not found
go mod init main
./build.sh: line 19: go: command not found
go mod tidy
./build.sh: line 21: go: command not found
go build -o test-atomic-writes
./build.sh: line 23: go: command not found
go test main_test.go -cpu 4 -parallel 20 -timeout 5m -v > public/test-output.log
./build.sh: line 25: go: command not found
ls -lR
.:
total 40
-rw-r--r-- 1 root root 1067 Nov 2 18:34 LICENSE
-rw-r--r-- 1 root root 9678 Nov 2 18:34 README.md
drwxr-xr-x 2 root root 57 Nov 2 18:34 api
-rwxr-xr-x 1 root root 1086 Nov 2 18:34 build.sh
-rw-r--r-- 1 root root 23 Nov 2 18:34 go.mod
-rw-r--r-- 1 root root 1237 Nov 2 18:34 main_test.go
drwxr-xr-x 2 root root 71 Nov 2 18:34 public
-rw-r--r-- 1 root root 5680 Nov 2 18:34 test-atomic-writes.go
-rw-r--r-- 1 root root 107 Nov 2 18:34 vercel.json
./api:
total 12
-rw-r--r-- 1 root root 24 Nov 2 18:34 go.mod
-rw-r--r-- 1 root root 2416 Nov 2 18:34 start.go
-rw-r--r-- 1 root root 1223 Nov 2 18:34 start_test.go
./public:
total 80
-rw-r--r-- 1 root root 480 Nov 2 18:34 build-output.log
-rw-r--r-- 1 root root 39715 Nov 2 18:34 index.html
-rw-r--r-- 1 root root 0 Nov 2 18:34 test-output.log