8 lines
115 B
Bash
Executable File
8 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./_build_vars
|
|
go run \
|
|
-tags "$(tr '\n' ' ' < _build_tags)" \
|
|
cmd/gonic/main.go \
|
|
$@
|