This commit is contained in:
2026-02-04 12:46:35 +03:00
parent ec772d7bbc
commit 6721658a8e
3 changed files with 3 additions and 3 deletions

2
map.go
View File

@@ -1,4 +1,4 @@
package laniakea
package extypes
type HashMap[K comparable, V any] map[K]V

View File

@@ -1,4 +1,4 @@
package laniakea
package extypes
import (
"errors"

View File

@@ -1,4 +1,4 @@
package laniakea
package extypes
import "slices"