rbo13/effective-go-code
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# COMPILATION OF GO PROGRAMS: ### Basic implementation of golang best practices 1. Interfaces 2. Dependency Injection 3. Mocking 4. Concurrency 5. Select Statements