goo

command module
v0.0.0-...-563edf8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2020 License: MIT Imports: 12 Imported by: 0

README

goo Version

Goo is a simple wrapper around the Go toolchain. It copies and bolds the first file + line number error that occurs in the standard output and standard input. This allows you switch back to your text editor and quickly jump to the line.

This code is in in beta and has been tested on Mac OS X only.

Usage

You can install goo by using go get:

$ go get github.com/benbjohnson/goo

Any command you execute with goo will have its arguments redirected to go:

$ goo build
$ goo test -v -run=TestMyFunc

If an error occurs with the format FILE:LINE then it will be copied to your clipboard and the entire line will be bolded. This allows you to jump to your text editor and quickly jump to the file.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL