3 lines
53 B
Bash
Executable File
3 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
GO111MODULE=on go build -o boxen main.go
|