Initial commit

This commit is contained in:
2025-01-09 02:31:15 -05:00
commit 1bc804190e
18 changed files with 2104 additions and 0 deletions

6
generate/generate.go Normal file
View File

@@ -0,0 +1,6 @@
package generate
// Generate turns this protocol into code.
func (this *Protocol) Generate(writer io.Writer) error {
// TODO
}