fiorix / go-diameter

Diameter stack and Base Protocol (RFC 6733) for the Go programming language
Other
245 stars 141 forks source link

build failure after sctp package changes #82

Closed h8liu closed 6 years ago

h8liu commented 6 years ago
# github.com/fiorix/go-diameter/examples/diam_sctp_client
src/github.com/fiorix/go-diameter/examples/diam_sctp_client/main.go:91:41: sctpLAdds.IP undefined (type *sctp.SCTPAddr has no field or method IP)

Found by smallrepo.com: https://smallrepo.com/builds/20180410-223930-028dc0d3

h8liu commented 6 years ago

I think the sctp changed the field to IPAddrs

https://github.com/ishidawataru/sctp/commit/cf586596b2065a714be2c97c4146e50daf645182

fiorix commented 6 years ago

Damn. cc @emakeev

fiorix commented 6 years ago

Gonna merge #83 and then #81 will need to be rebased.