Index menü
func init() { } | Go executes init functions automatically at program startup, after global variables have been initialized. For more about init functions, see Effective Go. |
go list -f '{{.Target}}' | Discover the Go install path |