Skip to content

webircgateway errors #67

Description

@antoniocostacf

$ go build
go: downloading github.com/kiwiirc/webircgateway v0.0.0-20190709195406-2c86038cda4f
go: extracting github.com/kiwiirc/webircgateway v0.0.0-20190709195406-2c86038cda4f
go: downloading github.com/igm/sockjs-go v2.0.1+incompatible
go: downloading gopkg.in/ini.v1 v1.44.0
go: downloading github.com/OneOfOne/xxhash v1.2.5
go: downloading github.com/orcaman/concurrent-map v0.0.0-20190314100340-2693aad1ed75
go: downloading golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
go: downloading golang.org/x/text v0.3.2
go: extracting github.com/igm/sockjs-go v2.0.1+incompatible
go: extracting github.com/OneOfOne/xxhash v1.2.5
go: extracting github.com/orcaman/concurrent-map v0.0.0-20190314100340-2693aad1ed75
go: extracting gopkg.in/ini.v1 v1.44.0
go: extracting golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
go: extracting golang.org/x/text v0.3.2
go: finding github.com/kiwiirc/webircgateway v0.0.0-20190709195406-2c86038cda4f
go: finding github.com/OneOfOne/xxhash v1.2.5
go: finding github.com/igm/sockjs-go v2.0.1+incompatible
go: finding github.com/orcaman/concurrent-map v0.0.0-20190314100340-2693aad1ed75
go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
go: finding gopkg.in/ini.v1 v1.44.0
go: finding golang.org/x/text v0.3.2

github.com/kiwiirc/webircgateway/pkg/webircgateway

../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_kiwiirc.go:28:36: ws.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_kiwiirc.go:35:62: ws.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_kiwiirc.go:53:33: ws.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_kiwiirc.go:59:46: ws.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_kiwiirc.go:62:58: ws.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:23:41: session.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:30:67: session.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:48:38: session.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:54:51: session.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:57:61: session.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:57:61: too many errors

$ go get
go: downloading github.com/json-iterator/go v1.1.6
go: downloading google.golang.org/appengine v1.6.1
go: extracting github.com/json-iterator/go v1.1.6
go: extracting google.golang.org/appengine v1.6.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.1
go: extracting github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: extracting github.com/modern-go/reflect2 v1.0.1

github.com/kiwiirc/webircgateway/pkg/webircgateway

../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_kiwiirc.go:28:36: ws.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_kiwiirc.go:35:62: ws.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_kiwiirc.go:53:33: ws.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_kiwiirc.go:59:46: ws.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_kiwiirc.go:62:58: ws.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:23:41: session.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:30:67: session.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:48:38: session.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:54:51: session.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:57:61: session.Request undefined (type sockjs.Session has no field or method Request)
../../../../pkg/mod/github.com/kiwiirc/webircgateway@v0.0.0-20190709195406-2c86038cda4f/pkg/webircgateway/transport_sockjs.go:57:61: too many errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions