Skip to content

Commit

Permalink
Go version requirement for build changed, #86
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnesayeed committed Aug 2, 2016
1 parent 4215461 commit 5b833af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -116,7 +116,7 @@ Options:

## Build

Assuming that Git and Go (version >= 1.3) are installed, the `GOPATH` environment variable is set to the Go Workspace directory as described in the [How to Write Go Code](https://golang.org/doc/code.html), and `PATH` includes `$GOPATH/bin`. Cloning, building, and running the code can be done using following commands:
Assuming that Git and Go (version >= 1.7) are installed, the `GOPATH` environment variable is set to the Go Workspace directory as described in the [How to Write Go Code](https://golang.org/doc/code.html), and `PATH` includes `$GOPATH/bin`. Cloning, building, and running the code can be done using following commands:

```
$ cd $GOPATH
Expand Down

0 comments on commit 5b833af

Please sign in to comment.