Go
go
Docs
- go.mod including dependencies
- go.sum - In addition to go.mod, the go command maintains a file named go.sum containing the expected cryptographic hashes of the content of specific module versions
- Echo - High performance, minimalist Go web framework
- Logrus
- Pointers
- Duck Typing
- Duck Typing 은 Dynamic Language 의 특징을 살려 PolyMorphism 을 구현하는 방법 (e.g 덕 타이핑 방식으로 작동하는 Go 의 인터페이스)
Links
- How to Structure DDD in Golang
- Well-structured Logic: A Golang OOP Tutorial
- GoLang About Stack, Heap
- Awesome explanation Go routines with Echo