joefitzgerald / go-config

Atom Package For Detecting And Configuring Installed Go Runtime(s)
Other
7 stars 5 forks source link

go-config For Atom Build Status Build status

go-config detects your go installation(s), tool(s), and associated configuration. You can optionally configure the package to provide hints for go installations tools.

This package provides an API via an Atom service. This API can be used by other packages that need to work with the go tool, other related tools (e.g. gofmt, vet, etc.) or $GOPATH/bin tools (e.g. goimports, goreturns, etc.).

Configuration

You can configure the GOPATH in the go-config package settings, however it is not recommended to configure the package in this way. Please see https://github.com/joefitzgerald/go-config/wiki/GOPATH for further information.