Skip to content

Latest commit

 

History

History
171 lines (143 loc) · 15.3 KB

go-language.md

File metadata and controls

171 lines (143 loc) · 15.3 KB

Go Programming Language

Style and Guidelines

Books

Best Practices & interesting articles

Package Design

Tutorials

Survival Tips for Beginners

Tests

Architecture & DDD

Performance & monitoring

Libraries

Go and Rx (Reactive) Extensions

Do we need it for Go? We have channels and goroutines.

IDE

Go for Java devs