Files
gonic/_do_run_server
2019-06-24 13:47:32 +01:00

9 lines
114 B
Bash
Executable File

#!/bin/bash
GO111MODULES=on
go run \
-tags "$(tr '\n' ' ' < _build_tags)" \
cmd/server/main.go \
$@