Skip to content

Instantly share code, notes, and snippets.

@liyu4
Last active February 14, 2017 07:44
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 liyu4/853101d19ee2b006ef2375c0da40a8e8 to your computer and use it in GitHub Desktop.
Save liyu4/853101d19ee2b006ef2375c0da40a8e8 to your computer and use it in GitHub Desktop.
package main
import "fmt"
// Variables to identify the build
var (
Version string
Build string
)
func main() {
fmt.Println("Version: ", Version)
fmt.Println("Build time: ", Build)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment