File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ $ cd $GOPATH/src/github.com/GoAdminGroup/go-admin # GOPATH is $HOME/go by defaul
32
32
$ git remote add < FORK_NAME> < FORK_URL>
33
33
```
34
34
35
+ And before you commit, remember to execute the command:
36
+
37
+ ```
38
+ make test
39
+ ```
40
+
41
+ See the Makefile for more details.
42
+
35
43
Notice: ` go get ` return ` package github.com/GoAdminGroup/go-admin: no Go files in /go/src/github.com/GoAdminGroup/go-admin ` is normal.
36
44
37
45
### Dependency management
Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ $ cd $GOPATH/src/github.com/GoAdminGroup/go-admin # GOPATH is $HOME/go by defaul
32
32
$ git remote add < FORK_NAME> < FORK_URL>
33
33
```
34
34
35
+ 在你提交代码之前,记得执行下面这个命令:
36
+
37
+ ```
38
+ make test
39
+ ```
40
+
41
+ 看根目录下的``` Makefile ``` 获得更多信息。
42
+
35
43
注意了: ` go get ` 返回 ` package github.com/GoAdminGroup/go-admin: no Go files in /go/src/github.com/GoAdminGroup/go-admin ` 是正常的。
36
44
37
45
### 依赖管理
You can’t perform that action at this time.
0 commit comments