5 lines
73 B
Text
Executable file
5 lines
73 B
Text
Executable file
#!/usr/bin/env nix-shell
|
|
#!nix-shell -p go
|
|
set -euxo pipefail
|
|
|
|
go build
|