go (1) 썸네일형 리스트형 API server를 위한 go Gin 설치하고 사용하기 (예제) GIN? Gin is a web framework written in Go (Golang). It features a martini-like API with performance that is up to 40 times faster thanks to httprouter. If you need performance and good productivity, you will love Gin. (GIN git)[https://github.com/gin-gonic/gin] 위 내용대로 _Gin은 Go로 작성된 웹 프레임웍_이다. httprouter 덕분에 40배나 빠른 퍼포먼스를 자랑한다고 한다.. (무슨말인지 ?) 이정도로만 알고 넘어가자.. Gin 설치 간단한 시험을 위해 우선 프로젝트 디렉토리를 하나 만들고.. 이전 1 다음