Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
GoTyro authored Jan 2, 2022
1 parent 1105aa3 commit d964569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"sync/atomic"
"encoding/json"

"github.com/380566067/pool-proxy/util"
"github.com/GoTyro/pool-proxy/util"
)

type ProxyServer struct {
Expand Down Expand Up @@ -342,4 +342,4 @@ func (s *ProxyServer) removeSession(cs *Session) {
s.sessionsMu.Lock()
defer s.sessionsMu.Unlock()
delete(s.sessions, cs)
}
}

0 comments on commit d964569

Please sign in to comment.