Skip to content

Commit 40cae1b

Browse files
committed
Specify canonical import path for subpackages
1 parent a443b78 commit 40cae1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wsjson/wsjson.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Package wsjson provides websocket helpers for JSON messages.
2-
package wsjson
2+
package wsjson // import "nhooyr.io/websocket/wsjson"
33

44
import (
55
"context"

wspb/wspb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Package wspb provides websocket helpers for protobuf messages.
2-
package wspb
2+
package wspb // import "nhooyr.io/websocket/wspb"
33

44
import (
55
"bytes"

0 commit comments

Comments
 (0)