Merge pull request #1853 from erenaslandev/master

add uber go style guide
This commit is contained in:
Sonkeng
2023-12-15 14:42:52 +01:00
committed by GitHub

View File

@@ -223,6 +223,7 @@ When learning CS, there are some useful sites you must know to get always inform
- [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html): Google Java Style Guide
- [Rust Coding style](https://github.com/rust-dev-tools/fmt-rfcs): Rust code formatting RFCs and coding style guides
- [Google C# Style Guide](https://google.github.io/styleguide/csharp-style.html): Google C# Style Guide
- [Uber Go Style Guide](https://github.com/uber-go/guide): Uber Go Style Guide
<div align="right">
<b><a href="#index">↥ Back To Top</a></b>