Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmerr committed May 15, 2020
2 parents 1236233 + ff102f7 commit 2b0bcd9
Show file tree
Hide file tree
Showing 3 changed files with 1,486 additions and 1,489 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
run: go install github.com/golang/protobuf/protoc-gen-go
- name: Build go
run: protoc -I=$GITHUB_WORKSPACE/proto --go_out=. beer.proto
- name: Move files
run: mv github.com/beerproto/beerproto/beer.pb.go .
- name: Cleanup
run: rm -r github.com/ proto
run: rm -r proto
- name: Git Commit on Workflow
uses: matheusalbino/git-commit@v1.0.1
with:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
Go generated version of the BeerProto spec

![CI](https://github.com/beerproto/beerproto.go/workflows/CI/badge.svg)
[![GoDoc](https://godoc.org/github.com/beerproto/beerproto.go?status.svg)](https://pkg.go.dev/github.com/beerproto/beerproto.go?tab=doc)
[![GoDoc](https://godoc.org/github.com/beerproto/beerproto.go?status.svg)](https://pkg.go.dev/github.com/beerproto/beerprotoo.go?tab=doc)

```bash
go get github.com/beerproto/beerproto.go
```

Loading

0 comments on commit 2b0bcd9

Please sign in to comment.