Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix links in Go README #3719

Merged
merged 1 commit into from
Apr 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions contrib/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tooling easier.

## Installation

Go support is provided by a plugin distributed to [pypi]
(https://pypi.python.org/pypi/pantsbuild.pants.contrib.go).
Go support is provided by a plugin distributed to
[pypi](https://pypi.python.org/pypi/pantsbuild.pants.contrib.go).
Assuming you have already [installed pants](http://www.pantsbuild.org/install.html), you'll need to
add the Go plugin in your `pants.ini`, like so:
```ini
Expand Down Expand Up @@ -43,7 +43,7 @@ Pants requires:

You likely comply with 1 already, the Go standards push almost all projects in this direction, but 2
and 3 may be new concepts if you haven't used Pants or a tool like it before. You may want to read
up on [BUILD files](/src/docs/build_files.md) and the [3rdparty pattern](/src/docs/3rdparty.md)
up on [[BUILD files|pants('src/docs:build_files')]] and the [[3rdparty pattern|pants('src/docs:3rdparty')]]
before continuing.

## Codebase setup
Expand Down Expand Up @@ -265,9 +265,9 @@ default.

## Testing

You can run your Go tests with `./pants test [go targets]`. Any [standard Go tests]
(https://golang.org/pkg/testing/) found amongst the targets will be compiled and run with output
sent to the console.
You can run your Go tests with `./pants test [go targets]`. Any
[standard Go tests](https://golang.org/pkg/testing/) found amongst the targets will be compiled and
run with output sent to the console.

## Working with other Go ecosystem tools

Expand Down