aboutsummaryrefslogtreecommitdiff
path: root/utils/collections/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/collections/types.go')
-rw-r--r--utils/collections/types.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/collections/types.go b/utils/collections/types.go
deleted file mode 100644
index ac84e76..0000000
--- a/utils/collections/types.go
+++ /dev/null
@@ -1,3 +0,0 @@
-package collections
-
-type Record[T any] map[string]T