go-build

UI for running Go builds

mervynrussell

23,732

1

0.2.2

MIT

GitHub

This package provides the following services:

This package consumes the following services:

[go-build] (https://atom.io/packages/go-build)

A go build package for atom.
Provides a UI for setting all the main and advanced go build flags.
Allows setting the Go env variables which will be used for building the target, thus allowing cross-compilation and the ability to switch C compilers etc.

Demo

Install

Either apm install go-build or search for go-build in the settings.

Note this package is intended to be used in conjunction with go-plus. It uses services provided by go-plus and displays build output in the main go-plus panel.

Commands

Key bindings

Acknowledgements

Big thanks to the folks who created the go-plus and go-debug packages. This is my first attempt at an Atom package and it wouldn't have been possible without perusing and using parts of their code.