Fix some package collision problem
This commit is contained in:
parent
db85a9e33c
commit
3b6732cc58
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
package datastructs
|
package containers
|
||||||
|
|
||||||
type ChainElem[T any] struct {
|
type ChainElem[T any] struct {
|
||||||
Elem *T
|
Elem *T
|
|
@ -1,4 +1,4 @@
|
||||||
package datastructs
|
package containers
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
|
@ -1,4 +1,4 @@
|
||||||
package DataStructs
|
package containers
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
Loading…
Reference in a new issue