diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-05 12:06:30 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-05 13:32:56 -0700 |
commit | 2d939c9c6e62395ed924fe7c5cd4c4b294e391a9 (patch) | |
tree | f292beebe17f48a56550bea1435808b965ce6764 /map_go120.go | |
parent | d69037701f6cdd4f5bb98c20af329c02ba89bb90 (diff) |
Rename to git.lukeshu.com/go/containers, split in to 2 separate packages
Diffstat (limited to 'map_go120.go')
-rw-r--r-- | map_go120.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/map_go120.go b/map_go120.go deleted file mode 100644 index 0d4ff5b..0000000 --- a/map_go120.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 = comparable |