https://github.com/wiremoons/go-check
Provides a command line tool to check the current version of the Go (golang) langauge developement software and compiler
https://github.com/wiremoons/go-check
go golang version version-manager
Last synced: about 1 year ago
JSON representation
Provides a command line tool to check the current version of the Go (golang) langauge developement software and compiler
- Host: GitHub
- URL: https://github.com/wiremoons/go-check
- Owner: wiremoons
- License: mit
- Created: 2023-08-06T15:31:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T09:51:22.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T23:44:39.748Z (over 1 year ago)
- Topics: go, golang, version, version-manager
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](./LICENSE).