Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on go get #98

Closed
0rac1e opened this issue Sep 24, 2018 · 2 comments
Closed

error on go get #98

0rac1e opened this issue Sep 24, 2018 · 2 comments

Comments

@0rac1e
Copy link
Contributor

0rac1e commented Sep 24, 2018

go-diameter/diam/network_sctp.go:389:16: l.AcceptSCTP undefined (type sctpListener has no field or method AcceptSCTP)

@emakeev
Copy link
Collaborator

emakeev commented Sep 25, 2018

AcceptSCTP was added to github.com/ishidawataru/sctp prior to 70410bd:
https://github.com/ishidawataru/sctp/blob/master/sctp_linux.go#L172
https://github.com/ishidawataru/sctp/blob/master/sctp_unsupported.go#L45
Can you try 'go get -u ...' ?

@0rac1e
Copy link
Contributor Author

0rac1e commented Sep 25, 2018

Tried clean go get after deleting src, got this error.
go get -u ... solved the problem.
Thank you.

@0rac1e 0rac1e closed this as completed Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants