Skip to content

Commit

Permalink
Merge 5b1d318 into 7877cef
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavs committed Jul 4, 2017
2 parents 7877cef + 5b1d318 commit ff32df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODINGSTYLE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Coding style

- Use `gofmt` to format all source files.
- Address any issues that were discovered by the `golint` tool.
- Follow recommendations in [effective go](https://golang.org/doc/effective_go.html)
- Address any issues that were discovered by the `golint` & `govet` tool.
- Follow recommendations in [effective go](https://golang.org/doc/effective_go.html) and [Go Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments).

0 comments on commit ff32df6

Please sign in to comment.