good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 40cae1b1 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Specify canonical import path for subpackages

parent a443b78a
Branches
Tags
No related merge requests found
// Package wsjson provides websocket helpers for JSON messages.
package wsjson
package wsjson // import "nhooyr.io/websocket/wsjson"
import (
"context"
......
// Package wspb provides websocket helpers for protobuf messages.
package wspb
package wspb // import "nhooyr.io/websocket/wspb"
import (
"bytes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment