Skip to content

FGYFFFF/go-to-thrift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-to-thrift

Go-to-thrift is a compiler that compiles golang file to thrift IDL.

Installation

Note: before executing the following commands, make sure your GOPATH environment is properly set.

Using go install:

GO111MODULE=on go install github.com/qwsc/go-to-thrift@latest

Usage

To compile a golang file to thrift IDL with the default setting, you can just run:

go-to-thrift the-golang-file.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 81.6%
  • Thrift 18.4%