summaryrefslogtreecommitdiff
path: root/syncutil/map_go118.go
diff options
context:
space:
mode:
Diffstat (limited to 'syncutil/map_go118.go')
-rw-r--r--syncutil/map_go118.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/syncutil/map_go118.go b/syncutil/map_go118.go
new file mode 100644
index 0000000..2e71015
--- /dev/null
+++ b/syncutil/map_go118.go
@@ -0,0 +1,9 @@
+// Copyright (C) 2023 Luke Shumaker <lukeshu@lukeshu.com>
+//
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+//go:build !go1.20
+
+package syncutil
+
+type mapkey = any