Fix some package collision problem

This commit is contained in:
Samuel Becker 2022-08-07 22:01:32 +02:00
parent db85a9e33c
commit 3b6732cc58
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
package datastructs package containers
type ChainElem[T any] struct { type ChainElem[T any] struct {
Elem *T Elem *T

View file

@ -1,4 +1,4 @@
package datastructs package containers
import ( import (
"encoding/json" "encoding/json"

View file

@ -1,4 +1,4 @@
package DataStructs package containers
import ( import (
"encoding/json" "encoding/json"