We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13afc35 commit d80f21dCopy full SHA for d80f21d
1 file changed
database/spanner/spanner.go
@@ -59,7 +59,7 @@ type Spanner struct {
59
60
config *Config
61
62
- lock *atomic.Bool
+ lock atomic.Bool
63
}
64
65
type DB struct {
0 commit comments