Skip to content

Commit a443b78

Browse files
committed
Specify canonical import path for godoc
1 parent fbc3f18 commit a443b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
// comparison with existing implementations.
1515
//
1616
// Please be sure to use the https://golang.org/x/xerrors package when inspecting returned errors.
17-
package websocket
17+
package websocket // import "nhooyr.io/websocket"

0 commit comments

Comments
 (0)