Skip to content

Instantly share code, notes, and snippets.

@dtoebe
Created January 3, 2017 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dtoebe/4be7457817ed880653949a408f8653ef to your computer and use it in GitHub Desktop.
Save dtoebe/4be7457817ed880653949a408f8653ef to your computer and use it in GitHub Desktop.
EMBED OTHER BINARIES IN GOLANG BINARY - main.go - 1
// ./sample-data/main.go
package main
import "fmt"
func main() {
fmt.Println("Hello from the binary")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment