You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to download github.com/osrg/gobgp/pkg/server with go get I'm getting an error:
github.com/osrg/gobgp/pkg/server
# github.com/osrg/gobgp/pkg/server
src\github.com\osrg\gobgp\pkg\server\sockopt.go:31:9: undefined: setListenTcpTTLSockopt
src\github.com\osrg\gobgp\pkg\server\util.go:87:12: undefined: syscall.SetsockoptString
src\github.com\osrg\gobgp\pkg\server\util.go:99:37: cannot use int(s) (type int) as type syscall.Handle in argument to syscall.SetsockoptInt
User command:
go get -v github.com/osrg/gobgp/pkg/server
Golang version:
go version go1.11.4 windows/amd64
Running on Windows 10
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to integrate GoBGP to my project by example https://github.com/osrg/gobgp/blob/master/docs/sources/lib.md.
When I try to download github.com/osrg/gobgp/pkg/server with
go get
I'm getting an error:User command:
Golang version:
Running on Windows 10
The text was updated successfully, but these errors were encountered: