1
0
mirror of https://github.com/uber-go/guide.git synced 2024-11-16 09:58:25 +02:00
The Uber Go Style Guide.
Go to file
Tyler French a66b53bed4
give guidance to reduce scope of constants (#217)
* give guidance to reduce scope of constants

* Auto-update style.md

* Update var-scope.md

Co-authored-by: Abhinav Gupta <mail@abhinavg.net>

* Update var-scope.md

Co-authored-by: Abhinav Gupta <mail@abhinavg.net>

* Auto-update style.md

---------

Co-authored-by: tyler-french <tyler-french@users.noreply.github.com>
Co-authored-by: Abhinav Gupta <mail@abhinavg.net>
2024-08-09 13:59:18 -07:00
.github Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#199) 2023-10-09 04:50:05 -07:00
src give guidance to reduce scope of constants (#217) 2024-08-09 13:59:18 -07:00
.gitignore style.md: Split into separate files (#168) 2023-03-02 11:26:31 -05:00
.golangci.yml Update .golangci.yml (#160) 2022-10-22 15:55:55 -07:00
CHANGELOG.md table tests: make guidance less prescriptive (#174) 2023-05-09 14:25:30 -04:00
CODE_OF_CONDUCT.md Add Code of Conduct (#2) 2019-01-30 05:49:15 -08:00
CONTRIBUTING.md style.md: Split into separate files (#168) 2023-03-02 11:26:31 -05:00
LICENSE Add LICENSE (#10) 2019-10-10 14:13:00 -07:00
Makefile ci/stitchmd: Don't build from source, use action (#180) 2023-04-25 08:59:46 -04:00
README.md feat: [Vietnamese version] (#212) 2024-05-28 10:30:21 -04:00
style.md give guidance to reduce scope of constants (#217) 2024-08-09 13:59:18 -07:00

This repository holds the Uber Go Style Guide, which documents patterns and conventions used in Go code at Uber.

Style Guide

See Uber Go Style Guide for the style guide.

Translations

We are aware of the following translations of this guide by the Go community.

If you have a translation, feel free to submit a PR adding it to the list.