package
0.0.0-20200526015148-b343531734ec
Repository: https://github.com/fakorede/learning-golang.git
Documentation: pkg.go.dev
# README
goversion
goversion is a simple library package that returns the version of Go installed on a machine.
Installation
Install with the command:
go get -u https://github.com/Fakorede/Learning-Golang/tree/master/goversion
Usage
import in program and use the Version()
Example:
fmt.Println("The version of go found on your machine is:", goversion.Version())