Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go101/gotv
A tool used to manage installations of multiple Go toolchain versions
https://github.com/go101/gotv
Last synced: 3 months ago
JSON representation
A tool used to manage installations of multiple Go toolchain versions
- Host: GitHub
- URL: https://github.com/go101/gotv
- Owner: go101
- License: other
- Created: 2022-08-08T16:26:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T19:01:17.000Z (7 months ago)
- Last Synced: 2024-10-16T11:13:03.497Z (3 months ago)
- Language: Go
- Size: 141 KB
- Stars: 31
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - go101/gotv - 07 star:0.0k fork:0.0k A tool used to manage installations of multiple Go toolchain versions (Go)
README
# gotv (Go Toolchain Version)
**gotv** is tool which provides a way to manage multiple versions of the official Go toolchain installations.
It is kinda of a re-implementation of [gvm](https://github.com/moovweb/gvm) but with a different command set.
With GoTV, a Go toolchain version is aenerally built from the Go project git repository.This tool is mainly built for me to check behavior differeces of different Go toolchain verisons during writing [Go 101 books](https://go101.org).
## Installation and Usage
Please visit https://go101.org/apps-and-libs/gotv.html for details.