Skip to content

Commit 12a8dd2

Browse files
committed
update golang -> go
1 parent 6a96943 commit 12a8dd2

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
| # | Title | Solution | Difficulty |
1212
|---| ----- | -------- | ---------- |
13-
|2|[Add Two Numbers](https://oj.leetcode.com/problems/add-two-numbers/)| [Go](./algorithms/golang/add_two_numbers.go)|Medium|
14-
|1|[Two Sum](https://oj.leetcode.com/problems/two-sum/)| [Go](./algorithms/golang/two_sum.go)|Easy|
13+
|2|[Add Two Numbers](https://oj.leetcode.com/problems/add-two-numbers/)| [Go](algorithms/go/add_two_numbers.go)|Medium|
14+
|1|[Two Sum](https://oj.leetcode.com/problems/two-sum/)| [Go](algorithms/go/two_sum.go)|Easy|

0 commit comments

Comments
 (0)