4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o notely
|