Skip to content

dynastymasra/GolangThrift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go with Apache Thrift

Go Thrift License

Golang (Go Programming Language) microservice with Apache Thrift

Install

Generate Thrift

  • thrift --gen go filename.thrift

Golang workspaces

  • bin/
  • pkg/
  • src/

GOPATH environment variable

  • $ export GOPATH=workspaces
  • $ export PATH=$PATH:$GOPATH/bin

Import library

  • 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

About

Golang (Go Programming Language) microservice with Apache Thrift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published