Golang 치트 시트
Golang을 한번 훓었는데 까먹었거나, 책한권 보는 것은 귀찮으신 분은 이거 참고하시면 될 것 같습니다. 목차가 아주 알차네요~ - Basic Syntax (기본 문법) - Operators (연산자) - Declarations (선언) - Functions (함수) - Built-in Types (내장 타입) - Type Conversions (타입 변환) - Packages (패키지) - Control structures (제어 구조) - Arrays, Slices, Ranges (배열, 슬라이스, 범위) - Maps (맵) - Structs (구조체) - Pointers (포인터) - Interfaces (인터페이스) - Embedding (임베딩) - Errors (오류 처리) - Concurrency (동시성) - Printing (출력) - Reflection (리플렉션) - Snippets (코드 스니펫) https://github.com/a8m/golang-cheat-sheet/tree/master