File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ LeetCode of algorithms with golang solution(updating:smiley:).
8
8
</p >
9
9
10
10
<p align =" center " >
11
+ <a href="https://996.icu">
12
+ <img src="https://img.shields.io/badge/link-996.icu-red.svg">
13
+ </a>
11
14
<a href="https://www.travis-ci.org/kylesliu/awesome-golang-leetcode">
12
15
<img src="https://www.travis-ci.org/kylesliu/awesome-golang-leetcode.svg?branch=master" alt="Build Status">
13
16
</a>
@@ -24,7 +27,7 @@ LeetCode of algorithms with golang solution(updating:smiley:).
24
27
<img src="https://golangci.com/badges/github.com/kylesliu/awesome-golang-leetcode.svg" />
25
28
</a>
26
29
<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" />
28
31
</a>
29
32
</p >
30
33
Original file line number Diff line number <
8000
th scope="col">Diff line change1
1
package leetcode
2
2
3
3
import (
4
- "fmt"
5
4
"testing"
6
5
)
7
6
8
7
func TestMakeDir (t * testing.T ) {
9
- problems := GetProblemsInstance ()
8
+ // problems := GetProblemsInstance()
10
9
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
+ // }
17
16
//MakeDir(problems)
18
17
}
You can’t perform that action at this time.
0 commit comments