Last active
August 1, 2018 11:32
-
-
Save stefpe/896fc71edb5982075667f0a81e467eaa to your computer and use it in GitHub Desktop.
hello world go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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