chore: add avro twt encoders

This commit is contained in:
xuu
2025-03-02 20:14:37 -07:00
commit 7b884ca2f9
8 changed files with 944 additions and 0 deletions

9
main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
_ "embed"
)
func main() {
}