Skip to content

Commit

Permalink
Add Go style guide to community standards
Browse files Browse the repository at this point in the history
The Go team recently published a style guide. I'd like to propose adding this style guide
to our code standards for reference in code reviews.
  • Loading branch information
lbernick authored and tekton-robot committed Dec 22, 2022
1 parent fc53cc7 commit 95daa59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ what we want.

## Code

* Tekton projects follow the [Go Style Guide](https://google.github.io/styleguide/go/).
* Reviewers are expected to understand the changes well enough that they would feel confident
saying the understand what is changing and why:
* Read through all the code changes
Expand Down

0 comments on commit 95daa59

Please sign in to comment.