Initial commit
This commit is contained in:
6
generate/generate.go
Normal file
6
generate/generate.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package generate
|
||||
|
||||
// Generate turns this protocol into code.
|
||||
func (this *Protocol) Generate(writer io.Writer) error {
|
||||
// TODO
|
||||
}
|
||||
Reference in New Issue
Block a user