Skip to content

Provides a command line tool to check the current version of the Go (golang) langauge developement software and compiler

License

Notifications You must be signed in to change notification settings

wiremoons/go-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About go-check.

This application provides a tool to check:

  • the current version of the Go language;
  • any installed version;
  • the version being executed by the program.

The current Go (golang) development software and compiler that is freely available from: https://go.dev/

The go-check application is command line program that has been testing on Windows, Linux (Ubuntu on amd64 & aarch64), and macOS (arm64).

Example Output

Below is an example of the output when go-check is executed:

Go Language Versions

Available: 'go1.20.7'
Installed: 'go1.20.7'
Executing: 'go1.20.7'

About Go.

Go is an open-source programming language supported by Google, that has built-in concurrency capabilities and a robust extensive standard library.

Licence and Copyright.

The program is provided under the opensource MIT License. Copyright © 2023 Simon Rowe [wiremoons]. View copy here.

About

Provides a command line tool to check the current version of the Go (golang) langauge developement software and compiler

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published