1. 간단하다.
- 25개 키워드. 끝. (https://golang.org/ref/spec#Keywords)
- Java 49개 (https://www.geeksforgeeks.org/list-of-all-java-keywords/)
- c++17 84개 (https://boycoding.tistory.com/140)
- => 배우기 쉽고 읽기도 쉽다.
2. 성능이 좋다
- Java 대비 빠른 실행속도 및 훨씬 적은 메모리 사용 (https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/go.html)
- binary 빌드 & 배포가능. no runtime environment!
- => 서버 운영비용 감소
3. 훌륭한 생태계
- docker, kubernetes, prometheus와 같은 유명한 SW존재
- 오픈소스도 활발하게 개발되고 있음
- Google (https://github.com/google)
- Netflix (https://github.com/Netflix)
- Grab (https://github.com/grab)
- Uber (https://github.com/uber)
- Golang Korea (https://web.facebook.com/groups/golangko/)
- 관심도 증가 중(https://trends.google.com/trends/explore?date=all&q=golang)