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