Golang 참고자료들
Golang 을 공부할 때 도움이 될만한 사이트를 정리했습니다.
Tutorial
- Effective Go
    
- 
    How Discord Resizes 150 Million Images Every Day with Go and C++ 
- 컨테이너 내부 Go 애플리케이션 디버깅하기
Convention
- Uber Go Style Guide
 Uber 의 Go 코딩 스타일 가이드입니다.
Library
- 
    evio 
 evio is an event loop networking framework that is fast and small.
 It makes direct epoll and kqueue syscalls rather than using the standard
 Go net package, and works in a similar manner as libuv and libevent.
- 
    Go kit 
 Go kit is a programming toolkit for building microservices (or elegant monoliths) in Go.
- 
    GORM 
 The fantastic ORM library for Golang.
Common
- How to update the Go version
 Debian/Ubuntu/Fedora 에서 Golang 버전을 업그레이드하는 방법을 설명하는 페이지입니다.
 
      
댓글남기기