Fix lint warnings and std lib deprecations

This commit is contained in:
MaxJa4
2023-08-25 19:12:32 +02:00
parent 3d7677f02a
commit 548d741f03
5 changed files with 12 additions and 10 deletions

View File

@@ -53,6 +53,7 @@ type script struct {
file string
stats *Stats
//lint:ignore U1000 used in lock.go
encounteredLock bool
c *Config