File tree Expand file tree Collapse file tree 4 files changed +29
-29
lines changed Expand file tree Collapse file tree 4 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 44[ ![ codecov] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Go/branch/master/graph/badge.svg )] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Go )
55[ ![ Build Status] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Go.svg?branch=master )] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Go )
66
7- ## 使用方法
8-
9- ``` bash
10- $ go version
11- // 请确保版本号 > = 1.9
12- $ go env
13- ...
14- GOPATH=" 第一个GOPATH目录:..."
15- ...
16- $ go get github.com/aQuaYi/LeetCode-in-Go
17- // 下载位置: 第一个GOPATH目录/src/github.com/aQuaYi/LeetCode-in-Go
18- ```
19-
207## 进度
218
229> 统计规则:1.免费题,2.算法题,3.能用 Go 解答
@@ -655,6 +642,19 @@ $ go get github.com/aQuaYi/LeetCode-in-Go
655642- [ 535.Encode and Decode TinyURL] ( https://leetcode.com/problems/encode-and-decode-tinyurl/ )
656643- [ 690.Employee Importance] ( https://leetcode.com/problems/employee-importance/ )
657644
645+ ## 使用方法
646+
647+ ``` bash
648+ $ go version
649+ // 请确保版本号 > = 1.9
650+ $ go env
651+ ...
652+ GOPATH=" 第一个GOPATH目录:..."
653+ ...
654+ $ go get github.com/aQuaYi/LeetCode-in-Go
655+ // 下载位置: 第一个GOPATH目录/src/github.com/aQuaYi/LeetCode-in-Go
656+ ```
657+
658658## helper
659659
660660[ helper] ( ./helper ) 会处理大部分琐碎的工作。
Original file line number Diff line number Diff line change 22
33[ ![ LeetCode 排名] ( https://img.shields.io/badge/%s-%d-blue.svg )] ( https://leetcode.com/%s/ )
44[ ![ codecov] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Go/branch/master/graph/badge.svg )] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Go )
5- [ ![ Build Status] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Go.svg?branch=master )] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Go )
6-
7- ## 使用方法
8-
9- ``` bash
10- $ go version
11- // 请确保版本号 > = 1.9
12- $ go env
13- ...
14- GOPATH=" 第一个GOPATH目录:..."
15- ...
16- $ go get github.com/aQuaYi/LeetCode-in-Go
17- // 下载位置: 第一个GOPATH目录/src/github.com/aQuaYi/LeetCode-in-Go
18- ```
5+ [ ![ Build Status] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Go.svg?branch=master )] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Go )
Original file line number Diff line number Diff line change 1- # helper
1+ # 使用方法
2+
3+ ``` bash
4+ $ go version
5+ // 请确保版本号 > = 1.9
6+ $ go env
7+ ...
8+ GOPATH=" 第一个GOPATH目录:..."
9+ ...
10+ $ go get github.com/aQuaYi/LeetCode-in-Go
11+ // 下载位置: 第一个GOPATH目录/src/github.com/aQuaYi/LeetCode-in-Go
12+ ```
13+
14+ ## helper
215
316[ helper] ( ./helper ) 会处理大部分琐碎的工作。
417
Original file line number Diff line number Diff line change 11{
22 "Username" : " aQuaYi" ,
33 "Ranking" : 1089 ,
4- "Updated" : " 2018-05-21T17:00:46.344908158 +08:00" ,
4+ "Updated" : " 2018-05-21T17:08:00.86638057 +08:00" ,
55 "Record" : {
66 "Easy" : {
77 "Solved" : 169 ,
You can’t perform that action at this time.
0 commit comments