Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 503 Bytes

File metadata and controls

11 lines (6 loc) · 503 Bytes

gotv (Go Toolchain Version)

gotv is a tool which manages multiple versions of the official Go toolchain installations on the same computer. It is kinda of a re-implementation of gvm but with a different command set.

This tool is mainly built for me to check behavior differences of different Go toolchain versions during writing Go 101 books.

Installation and Usage

Please visit https://go101.org/apps-and-libs/gotv.html for details.