diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-13 21:10:10 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-13 21:51:12 -0600 |
commit | 166e51d3a6f81834cc89aec36015f05f350be31e (patch) | |
tree | 122745341f3431b2220448d7d71965cd3e84aa97 /lib/containers/lru.go | |
parent | 296e9fc0f8812ce0c5684ff99f84e80eef07cd4c (diff) |
Fix package names/imports
Diffstat (limited to 'lib/containers/lru.go')
-rw-r--r-- | lib/containers/lru.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/containers/lru.go b/lib/containers/lru.go index 80f5ff5..8b8eb0e 100644 --- a/lib/containers/lru.go +++ b/lib/containers/lru.go @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: GPL-2.0-or-later -package util +package containers import ( "sync" |