Skip to content

Instantly share code, notes, and snippets.

@tomask-de
Created April 22, 2016 14:17
Show Gist options
  • Select an option

  • Save tomask-de/3b6803f910b932dcd768893dfae916c9 to your computer and use it in GitHub Desktop.

Select an option

Save tomask-de/3b6803f910b932dcd768893dfae916c9 to your computer and use it in GitHub Desktop.
build a statically linked executable with go
#!/bin/bash
go build -installsuffix netgo -tags netgo -a -ldflags "-s -X main.version=${VERDSION}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment