summaryrefslogtreecommitdiff
path: root/map_go118.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-05 12:06:30 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-05 13:32:56 -0700
commit2d939c9c6e62395ed924fe7c5cd4c4b294e391a9 (patch)
treef292beebe17f48a56550bea1435808b965ce6764 /map_go118.go
parentd69037701f6cdd4f5bb98c20af329c02ba89bb90 (diff)
Rename to git.lukeshu.com/go/containers, split in to 2 separate packages
Diffstat (limited to 'map_go118.go')
-rw-r--r--map_go118.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/map_go118.go b/map_go118.go
deleted file mode 100644
index 5446c88..0000000
--- a/map_go118.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright (C) 2023 Luke Shumaker <lukeshu@lukeshu.com>
-//
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-//go:build !go1.20
-
-package typedsync
-
-type mapkey = any