Skip to content

Commit 08be1c8

Browse files
authored
Books Endpoint Improvements (#2)
* updated protobuf for books to have an id instead of using the title * fixed the makefile to start the go binary file. Added ids to book endpoints
1 parent e559dc2 commit 08be1c8

File tree

4 files changed

+134
-90
lines changed

4 files changed

+134
-90
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
@${GO} build -o ${APP_NAME}
1010

1111
run:
12-
@${APP_NAME}
12+
@./${APP_NAME}
1313

1414
protoc:
1515
@protoc -I./${GOOGLE_APIS_DIR} -I. \

Diff for: books/v1/books.pb.go

+102-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)