summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-07-13 21:22:14 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-07-13 21:39:42 -0600
commit7a2a4b9af7b3526059750224900964b112f58947 (patch)
tree64b79b0b8b96cc55d243ab986aecc564c3fb78da
parentfca01a917345729bd6ca0399f90fb620c125fe6a (diff)
Move the remaining former-generic.go parts out of lib/util/
-rw-r--r--lib/containers/syncmap.go (renamed from lib/util/syncmap.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/syncmap.go b/lib/containers/syncmap.go
index a281f2d..6c26b85 100644
--- a/lib/util/syncmap.go
+++ b/lib/containers/syncmap.go
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: GPL-2.0-or-later
-package util
+package containers
import (
"sync"