Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 657 Bytes

STYLE.md

File metadata and controls

13 lines (10 loc) · 657 Bytes

Go coding style

  • The xDS Relay source code is formatted using golangci-lint. Thus all white spaces, etc. issues are taken care of automatically. Azure pipeline tests will automatically check the code format and fail. The specific linters used can be found here.
  • More detailed descriptions of each linter can be found here.

Recommended Go style guides