Skip to content

Commit 3211b13

Browse files
ndyakovCopilot
andauthored
Update internal/pool/conn.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 494a89b commit 3211b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pool/conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func generateConnID() uint64 {
4141

4242
type Conn struct {
4343
// Connection identifier for unique tracking
44-
id uint64 // Unique numeric identifier for this connection
44+
id uint64
4545

4646
usedAt int64 // atomic
4747

0 commit comments

Comments
 (0)