Skip to content

Commit

Permalink
Fixes the proto issue. This closes #118.
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Apr 18, 2020
1 parent 576b135 commit 654fca4
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 269 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# wantslist
# Wantslist

Stores a list of wants.
Stores a list of wants in a list.

[![Coverage Status](https://coveralls.io/repos/github/brotherlogic/wantslist/badge.svg?branch=master)](https://coveralls.io/github/brotherlogic/wantslist?branch=master)
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
protoc --proto_path ../../../ -I=./proto --go_out=plugins=grpc:./proto proto/wantslist.proto
mv proto/github.com/brotherlogic/wantslist/proto ./proto
Loading

0 comments on commit 654fca4

Please sign in to comment.