diff options
Diffstat (limited to 'vendor/github.com/hamba/avro/v2/doc.go')
| -rw-r--r-- | vendor/github.com/hamba/avro/v2/doc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/hamba/avro/v2/doc.go b/vendor/github.com/hamba/avro/v2/doc.go new file mode 100644 index 0000000..5445573 --- /dev/null +++ b/vendor/github.com/hamba/avro/v2/doc.go @@ -0,0 +1,4 @@ +// Package avro implements encoding and decoding of Avro as defined by the Avro specification. +// +// See the Avro specification for an understanding of Avro: http://avro.apache.org/docs/current/ +package avro |
