6 lines
46 B
Bash
6 lines
46 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
go build -o gls main.go
|