We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a443b78 commit 40cae1bCopy full SHA for 40cae1b
wsjson/wsjson.go
@@ -1,5 +1,5 @@
1
// Package wsjson provides websocket helpers for JSON messages.
2
-package wsjson
+package wsjson // import "nhooyr.io/websocket/wsjson"
3
4
import (
5
"context"
wspb/wspb.go
// Package wspb provides websocket helpers for protobuf messages.
-package wspb
+package wspb // import "nhooyr.io/websocket/wspb"
"bytes"
0 commit comments