Skip to content

Instantly share code, notes, and snippets.

@stefpe
Last active August 1, 2018 11:32
Show Gist options
  • Save stefpe/896fc71edb5982075667f0a81e467eaa to your computer and use it in GitHub Desktop.
Save stefpe/896fc71edb5982075667f0a81e467eaa to your computer and use it in GitHub Desktop.
hello world go
package main
import "fmt"
func main() {
fmt.Println("Hello multi stage build")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment