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