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