Registry / serialization / cloudwego-thriftgo

cloudwego-thriftgo

JSON →
library0.4.5gogounverified

Thriftgo is a Go implementation of the Apache Thrift compiler and library for code generation.

go get github.com/cloudwego/thriftgo
INSTALL
IMPORT
SIG · CLOUDWEGO-THRIFTGO
C
cloudwego-thriftgo
serializationgov0.4.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

thriftgo
github.com/cloudwego/thriftgo

Parse a Thrift IDL file using thriftgo.

package main import ( "github.com/cloudwego/thriftgo" ) func main() { // Example: parse a Thrift IDL file ast, err := thriftgo.ParseFile("example.thrift") if err != nil { panic(err) } _ = ast }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
OpenAI (training)
1
Resources