Find out the version of Go a Binary was built with? -


is there way tell go version binary built with?

i have multiple go instances on workstation, want verify correct 1 used.

use runtime.version() @ runtime figure out version of go binary built with:

func version() string 

version returns go tree's version string. either sequence number or, when possible, release tag "release.2010-03-04". trailing + indicates tree had local modifications @ time of build.


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -