4 lines
114 B
Bash
4 lines
114 B
Bash
|
rm -f hresultwrap.pb.go hresultwrap
|
||
|
protoc --go_out=. hresultwrap.proto
|
||
|
go build hresultwrap.go hresultwrap.pb.go
|