There was an error while loading. Please reload this page.
1 parent 3cb043d commit 4251389Copy full SHA for 4251389
go.mod
@@ -0,0 +1 @@
1
+module github.com/kylesliu/awesome-golang-leetcode
lib/Queue_test.go
@@ -3,7 +3,7 @@ package Solution
3
import "testing"
4
5
func TestQueue_Swap(t *testing.T) {
6
-que := Queue{}
7
-que.Push(ListNode{Val: 1})
+//que := Queue{}
+//que.Push(ListNode{Val: 1})
8
9
}
0 commit comments