Skip to content

Commit 43afd89

Browse files
committed
memory: fix package name
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
1 parent 791c227 commit 43afd89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

memory/memory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package queue
1+
package memory
22

33
import (
44
"sync"

memory/memory_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package queue
1+
package memory
22

33
import (
44
"testing"

0 commit comments

Comments
 (0)