remove no longer used proto types. (#415)

This commit is contained in:
Victor Vrantchan
2018-05-12 16:13:17 -04:00
committed by GitHub
parent 6da097ec78
commit 3114badbb7
3 changed files with 375 additions and 756 deletions

View File

@@ -1,3 +1,3 @@
package commandproto
//go:generate protoc --go_out=. command.proto
//go:generate protoc command.proto -I. --gofast_out=.