3 lines
100 B
Bash
Executable File
3 lines
100 B
Bash
Executable File
#!/usr/bin/env sh
|
|
go build -ldflags="-s -extldflags=-static" -o=./bin/elastic/elastic ./cmd/elastic
|