diff --git a/subscription.go b/subscription.go index 5ba4963..38e2dfa 100644 --- a/subscription.go +++ b/subscription.go @@ -14,9 +14,9 @@ import ( "sync/atomic" "time" - "github.com/google/uuid" "github.com/coder/websocket" "github.com/coder/websocket/wsjson" + "github.com/google/uuid" ) // SubscriptionProtocolType represents the protocol specification enum of the subscription