graphql icon indicating copy to clipboard operation
graphql copied to clipboard

serveWS undefined

Open wlmost opened this issue 1 year ago • 0 comments

Hello. I get an error if I build a graphql server with golang version 1.19

go build -o mona-agent
# github.com/andrewwphillips/eggql/internal/handler
../../go/pkg/mod/github.com/andrewwphillips/[email protected]/internal/handler/handler.go:92:5: h.serveWS undefined (type *Handler has no field or method serveWS)
make: *** [Makefile:7: build] Error 2

What's going wrong here?

wlmost avatar Aug 08 '22 10:08 wlmost