-
Notifications
You must be signed in to change notification settings - Fork 649
Support tip? #21
Copy link
Copy link
Closed
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logicwontfixThis will not be worked onThis will not be worked on
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logicwontfixThis will not be worked onThis will not be worked on
Type
Fields
Give feedbackNo fields configured for issues without a type.
I looked through the installer.js script and it looked to me like only tags from https://github.com/golang/go/tags are supported as valid versions to install.
I would imagine that some users would also want to test their Go programs against
tipto ensure that upcoming language changes/additions don't break.Go even provides a way to install
tipvia https://godoc.org/golang.org/dl/gotip (once you have a single Go version installed that is).What do you think?