ConvertJson2Buffer (u. rev) überladen

master
Klaus Wendel 8 months ago
parent 226817f1d6
commit 000d9b6271

@ -78,7 +78,7 @@ func (r *GosmContainer) ConvertBuffer2Json() (err error) {
func ConvertBuffer2Json(b []byte) (cs CarrierJson, err error) {
err = json.Unmarshal(b, cs)
err = json.Unmarshal(b, &cs)
return

Loading…
Cancel
Save