File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
-
2
1
language : go
2
+ go_import_path : go.etcd.io/protodoc
3
3
4
4
sudo : false
5
5
6
6
go :
7
- - 1.10.3
7
+ - 1.11
8
8
9
9
script :
10
- - ./test
11
-
10
+ - ./test
Original file line number Diff line number Diff line change 6
6
protodoc generates Protocol Buffer documentation.
7
7
8
8
```
9
- go get -v -u github.com/ etcd- io/protodoc
9
+ go get -v -u go. etcd. io/protodoc
10
10
11
11
protodoc --directory=./parse/testdata \
12
12
--parse="service,message" \
@@ -27,4 +27,4 @@ of Protocol Buffer (just enough to generate documentation).
27
27
For full featured parser, please check out https://github.com/golang/protobuf .
28
28
29
29
[ cistat ] : https://travis-ci.com/etcd-io/protodoc
30
- [ protodoc-godoc ] : https://godoc.org/github.com/ etcd- io/protodoc
30
+ [ protodoc-godoc ] : https://godoc.org/go. etcd. io/protodoc
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import (
37
37
"path/filepath"
38
38
"strings"
39
39
40
- "github.com/ etcd- io/protodoc/parse"
40
+ "go. etcd. io/protodoc/parse"
41
41
42
42
"github.com/spf13/cobra"
43
43
)
You can’t perform that action at this time.
0 commit comments