Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9df966a

Browse files
committed
fix go mod
1 parent 8991843 commit 9df966a

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

‎LeetCode/Go-Solutions/ProblemSet/0002.Add_Two_Numbers/add_two_numbers.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package _002_Add_Two_Numbers
22

33
import (
4-
. "leetcode-go-solution/helper"
4+
. "github.com/dryyun/algorithms-note/LeetCode/Go-Solutions/helper"
55
)
66

77
/**

‎LeetCode/Go-Solutions/ProblemSet/0002.Add_Two_Numbers/add_two_numbers_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package _002_Add_Two_Numbers
22

33
import (
44
"github.com/stretchr/testify/assert"
5-
. "leetcode-go-solution/helper"
5+
. "github.com/dryyun/algorithms-note/LeetCode/Go-Solutions/helper"
66
"testing"
77
)
88

‎LeetCode/Go-Solutions/go.mod‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎go.mod‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/dryyun/algorithms-note
22

33
go 1.12
4+
5+
require github.com/stretchr/testify v1.3.0

‎LeetCode/Go-Solutions/go.sum‎ renamed to ‎go.sum‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8
22
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
33
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
44
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
5-
github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4=
65
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
76
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
87
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /