fixing bugs from updating package name
This commit is contained in:
parent
f6ac24d7e1
commit
92b5c07cfe
4
set.go
4
set.go
@ -1,8 +1,8 @@
|
|||||||
package set
|
package set
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"code.wmdillon.com/GoAPI/set/simpleset"
|
"code.wmdillon.com/GoApi/set/simpleset"
|
||||||
"code.wmdillon.com/GoAPI/set/threadsafeset"
|
"code.wmdillon.com/GoApi/set/threadsafeset"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Set[T comparable] interface {
|
type Set[T comparable] interface {
|
||||||
|
@ -3,7 +3,7 @@ package threadsafeset
|
|||||||
import (
|
import (
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"code.wmdillon.com/GoAPI/set/simpleset"
|
"code.wmdillon.com/GoApi/set/simpleset"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ThreadsafeSet[T comparable] struct {
|
type ThreadsafeSet[T comparable] struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user