8000 add 996.icu brade link · folai/awesome-golang-leetcode@abfa14d · GitHub
[go: up one dir, main page]

Skip to content

Commit abfa14d

Browse files
committed
add 996.icu brade link
1 parent 5daa7d8 commit abfa14d

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ LeetCode of algorithms with golang solution(updating:smiley:).
88
</p>
99

1010
<p align="center">
11+
<a href="https://996.icu">
12+
<img src="https://img.shields.io/badge/link-996.icu-red.svg">
13+
</a>
1114
<a href="https://www.travis-ci.org/kylesliu/awesome-golang-leetcode">
1215
<img src="https://www.travis-ci.org/kylesliu/awesome-golang-leetcode.svg?branch=master" alt="Build Status">
1316
</a>
@@ -24,7 +27,7 @@ LeetCode of algorithms with golang solution(updating:smiley:).
2427
<img src="https://golangci.com/badges/github.com/kylesliu/awesome-golang-leetcode.svg" />
2528
</a>
2629
<a href="https://img.shields.io/github/stars/kylesliu/awesome-golang-leetcode.svg?label=Stars&style=social">
27-
<img src="https://img.shields.io/badge/All_Contributors-6-blue.svg" />
30+
<img src="https://img.shields.io/badge/All_Contributors-8-blue.svg" />
2831
</a>
2932
</p>
3033

cmd/leetcode/makedir_test.go

Lines changed: 7 additions & 8 deletions
< 8000 th scope="col">Diff line change
Original file line numberDiff line number
@@ -1,18 +1,17 @@
11
package leetcode
22

33
import (
4-
"fmt"
54
"testing"
65
)
76

87
func TestMakeDir(t *testing.T) {
9-
problems := GetProblemsInstance()
8+
//problems := GetProblemsInstance()
109

11-
for _, v := range problems {
12-
if v.PaidOnly {
13-
14-
fmt.Println(v)
15-
}
16-
}
10+
//for _, v := range problems {
11+
// if v.PaidOnly {
12+
//
13+
// fmt.Println(v)
14+
// }
15+
//}
1716
//MakeDir(problems)
1817
}

0 commit comments

Comments
 (0)
0