Skip to content

Commit

Permalink
Merge pull request #127 from noahdietz/remove-go-plugin
Browse files Browse the repository at this point in the history
remove Go generator plugin
  • Loading branch information
timburks authored Jun 6, 2019
2 parents 0a2f4f0 + d4406a8 commit 353f7ea
Show file tree
Hide file tree
Showing 53 changed files with 3 additions and 3,798 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,3 @@ install:

script:
- go test . -v
- pushd plugins/gnostic-go-generator/examples/v2.0/bookstore
- make test
- popd
- pushd plugins/gnostic-go-generator/examples/v2.0/sample
- make test
- popd
- pushd plugins/gnostic-go-generator/examples/v3.0/bookstore
- make test
- popd

4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ build:
cd apps/petstore-builder; go get; go install
cd plugins/gnostic-summary; go get; go install
cd plugins/gnostic-analyze; go get; go install
cd plugins/gnostic-go-generator; go get; go install
rm -f $(GOPATH)/bin/gnostic-go-client $(GOPATH)/bin/gnostic-go-server
ln -s $(GOPATH)/bin/gnostic-go-generator $(GOPATH)/bin/gnostic-go-client
ln -s $(GOPATH)/bin/gnostic-go-generator $(GOPATH)/bin/gnostic-go-server
cd extensions/sample; make

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,9 @@ Protocol Buffer description. This is mainly for use in testing and debugging.
go install github.com/googleapis/gnostic/apps/report
report petstore.pb

8. **gnostic** supports plugins. This builds and runs a sample plugin
that reports some basic information about an API. The "-" causes the plugin to
write its output to stdout.

go install github.com/googleapis/gnostic/plugins/gnostic-go-generator
gnostic examples/v2.0/json/petstore.json --go-generator-out=-
8. **gnostic** supports plugins. Some are already implemented in the `plugins` directory.
Others, like [gnostic-go-generator](https://github.com/googleapis/gnostic-go-generator),
are separated into their own repositories.

## Copyright

Expand Down
9 changes: 0 additions & 9 deletions plugins/gnostic-go-generator/Makefile

This file was deleted.

18 changes: 0 additions & 18 deletions plugins/gnostic-go-generator/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions plugins/gnostic-go-generator/examples/googleauth/README.md

This file was deleted.

220 changes: 0 additions & 220 deletions plugins/gnostic-go-generator/examples/googleauth/googleauth.go

This file was deleted.

4 changes: 0 additions & 4 deletions plugins/gnostic-go-generator/examples/v2.0/apis_guru/Makefile

This file was deleted.

45 changes: 0 additions & 45 deletions plugins/gnostic-go-generator/examples/v2.0/apis_guru/main.go

This file was deleted.

Loading

0 comments on commit 353f7ea

Please sign in to comment.