Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.