Skip to content

Commit

Permalink
Merge pull request #6 from No-SilverBullet/refact/tcp_reconnect
Browse files Browse the repository at this point in the history
refact import style
  • Loading branch information
No-SilverBullet authored Jul 30, 2024
2 parents 1236f52 + b088927 commit abe4a17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ import (
"sync"
"sync/atomic"
"time"
)

gxbytes "github.com/dubbogo/gost/bytes"

gxnet "github.com/dubbogo/gost/net"

import (
"github.com/dubbogo/gost/bytes"
"github.com/dubbogo/gost/net"
gxsync "github.com/dubbogo/gost/sync"

gxtime "github.com/dubbogo/gost/time"

"github.com/gorilla/websocket"

perrors "github.com/pkg/errors"
Expand Down
5 changes: 3 additions & 2 deletions session.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ import (
"runtime"
"sync"
"time"
)

import (
gxbytes "github.com/dubbogo/gost/bytes"

gxcontext "github.com/dubbogo/gost/context"

gxtime "github.com/dubbogo/gost/time"

"github.com/gorilla/websocket"

perrors "github.com/pkg/errors"
Expand Down

0 comments on commit abe4a17

Please sign in to comment.