Golang (Go Programming Language) microservice with Apache Thrift and Gin Framework.
- Golang (Go Programming Language) Golang
- Apache Thrift Apache Thrift
- thrift --gen go {filename}.thrift
- bin/
- pkg/
- src/
- $ export GOPATH=workspaces
- $ export PATH=$PATH:$GOPATH/bin
- go get github.com/gin-gonic/gin
- go get git.apache.org/thrift.git/lib/go/thrift/...
- go build github.com/dynastymasra/package_name or library_name < This won't produce an output file
- go install github.com/dynastymasra/package_name or library_name