REPOSITORY / ScuroNeko/extypes

Compare commits

DIFF REPOSITORY
2 Commits
Author SHA1 Message Date
ScuroNeko 6721658a8e v1.0.2 2026-02-04 12:46:35 +03:00
ScuroNeko ec772d7bbc v1.0.1 2026-02-04 12:44:03 +03:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
module git.nix13.pw/scuroneko/extypes
go 1.25.6
go 1.25
+1 -1
View File
@@ -1,4 +1,4 @@
package laniakea
package extypes
type HashMap[K comparable, V any] map[K]V
+1 -1
View File
@@ -1,4 +1,4 @@
package laniakea
package extypes
import (
"errors"
+1 -1
View File
@@ -1,4 +1,4 @@
package laniakea
package extypes
import "slices"