that was dumb

master
Jordan Orelli 4 years ago
parent 13ee0e7fa8
commit 6960c3a587

@ -4,8 +4,6 @@ type OK struct{}
func (OK) NetTag() string { return "ok" }
func (OK) MarshalJSON() ([]byte, error) { return []byte(`"ok"`), nil }
func init() {
Register(func() Value { return new(OK) })
}

Loading…
Cancel
Save