2
0

Replace useless locking by atomic variable

This commit is contained in:
Jan Dubsky
2022-09-29 20:01:56 +02:00
committed by Jack Christensen
parent 93a3f7de51
commit 6214680aa8
2 changed files with 13 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/jackc/puddle/v2
go 1.18
go 1.19
require github.com/stretchr/testify v1.8.0