hbusc.go @@ -297,7 +297,7 @@ } func (h *BHBus) Reply(src unsafe.Pointer, i *Reply) error { data,err := json.Marshal(*i) data,err := json.Marshal(i) if err != nil { return err }