Registry / serialization / go-avro-avro

go-avro-avro

JSON →
library0.0.0-20171219232920-444163702c11gogounverified

A Go library for encoding and decoding Avro schemas to structs or maps.

go get github.com/go-avro/avro
INSTALL
IMPORT
SIG · GO-AVRO-AVRO
G
go-avro-avro
serializationgov0.0.0-20171219232920-444163702c11
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.

avro
github.com/go-avro/avro

Parse an Avro schema and print it.

package main import ( "fmt" "github.com/go-avro/avro" ) func main() { schema := avro.MustParseSchema(`{"type":"record","name":"test","fields":[{"name":"a","type":"long"}]}`) fmt.Println(schema) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20171219232920-444163702c11latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
go-avro-avro — go get go-avro-avro · libregistry