Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command interface { ListVersions() ListRemoteVersions() CurrentVersion() string Uninstall(version string) Install(version string) Use(version string) Helper }
Command ...
type GoBrew ¶
type GoBrew struct { Command // contains filtered or unexported fields }
GoBrew struct
func (*GoBrew) CurrentVersion ¶
CurrentVersion get current version from symb link
func (*GoBrew) ListRemoteVersions ¶
func (gb *GoBrew) ListRemoteVersions()
ListRemoteVersions that are installed by dir ls
func (*GoBrew) ListVersions ¶
func (gb *GoBrew) ListVersions()
ListVersions that are installed by dir ls highlight the version that is currently symbolic linked
Click to show internal directories.
Click to hide internal directories.