7 lines
129 B
Go
7 lines
129 B
Go
|
package generate
|
||
|
|
||
|
// Generate turns this protocol into code.
|
||
|
func (this *Protocol) Generate(writer io.Writer) error {
|
||
|
// TODO
|
||
|
}
|