Skip to content

Commit

Permalink
rename...
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoCloud committed Jan 29, 2023
1 parent e7bb1ff commit 2ce9d33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/RealFax/seq-map
module github.com/RealFax/order-map

go 1.19
1 change: 0 additions & 1 deletion seq_map.go → map.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,3 @@ func (s *SeqMap[K, V]) Map() map[K]V {
func NewSeqMap[K comparable, V any]() *SeqMap[K, V] {
return &SeqMap[K, V]{dirty: make(map[K]*atomic.Pointer[Value[V]])}
}

0 comments on commit 2ce9d33

Please sign in to comment.