From abfa14d0586da1511d675014c4732a3d0f130ba8 Mon Sep 17 00:00:00 2001 From: Kyle Liu Date: Sat, 30 Mar 2019 21:02:16 +0800 Subject: [PATCH] add 996.icu brade link --- README.md | 5 ++++- cmd/leetcode/makedir_test.go | 15 +++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 477c7b501..5a33d7f5c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ LeetCode of algorithms with golang solution(updating:smiley:).

+ + + Build Status @@ -24,7 +27,7 @@ LeetCode of algorithms with golang solution(updating:smiley:). - +

diff --git a/cmd/leetcode/makedir_test.go b/cmd/leetcode/makedir_test.go index 3ece67e8e..d4f70016b 100644 --- a/cmd/leetcode/makedir_test.go +++ b/cmd/leetcode/makedir_test.go @@ -1,18 +1,17 @@ package leetcode import ( - "fmt" "testing" ) func TestMakeDir(t *testing.T) { - problems := GetProblemsInstance() + //problems := GetProblemsInstance() - for _, v := range problems { - if v.PaidOnly { - - fmt.Println(v) - } - } + //for _, v := range problems { + // if v.PaidOnly { + // + // fmt.Println(v) + // } + //} //MakeDir(problems) }