well this is necessary

master
Jordan Orelli 8 years ago
parent a99e50e130
commit 4bb695cff7

@ -0,0 +1,11 @@
package main
import (
"github.com/golang/protobuf/proto"
)
// either a value or an error
type maybe struct {
proto.Message
error
}
Loading…
Cancel
Save