organize imports with gopls format
This commit is contained in:
@@ -2,8 +2,9 @@ package server
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github.com/google/uuid"
|
||||
"sync"
|
||||
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
type WebsocketBag struct {
|
||||
|
||||
Reference in New Issue
Block a user