Skip to content

Commit

Permalink
merge fix from master
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Feb 14, 2018
1 parent 079b531 commit e9e17df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Pull requests should target the `develop` branch. Ensure you have a successful
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. Here are a few points to keep in mind:

* Please run `go fmt ./...` before committing to ensure code aligns with go standards.
* All dependencies must be defined in the `Gopkg.toml` file and pinned to a patch range. This is accomplished via a command like `glide get github.com/depuser/deprepo`
* All dependencies must be defined in the `Gopkg.toml` file and pinned to a patch range. This is accomplished via a command like `dep ensure -add github.com/depuser/deprepo`
* For details on the approved style, check out [Effective Go](https://golang.org/doc/effective_go.html).

Also, consider the original design principles:
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 21d034 to aae91d

0 comments on commit e9e17df

Please sign in to comment.