Skip to content

Commit

Permalink
Changed importpath to include anders617
Browse files Browse the repository at this point in the history
  • Loading branch information
anders617 committed Nov 3, 2019
1 parent cb1d3dd commit be9054d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Build Status](https://travis-ci.com/anders617/mdining-proto.svg?token=cMRcZeh9VAjpBXRsmo8P&branch=master)](https://travis-ci.com/anders617/mdining-proto)

Proto definitions for use with the [michigan-dining-api](https://github.com/anders617/michigan-dining-api) service.
Proto definitions for use with the [michigan-dining-api](https://github.com/anders617/michigan-dining-api) service

mdining.proto defines the grpc service for michigan-dining-api.
The file [mdining.proto](https://github.com/anders617/mdining-proto/blob/master/proto/mdining.proto) defines the grpc service for michigan-dining-api and is the most important file for clients to use.

The remaining files define the proto messages used by the service.
The remaining files define the proto messages used by the service
4 changes: 2 additions & 2 deletions proto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ go_proto_library(
"@io_bazel_rules_go//proto:go_grpc",
"@grpc_ecosystem_grpc_gateway//protoc-gen-grpc-gateway:go_gen_grpc_gateway",
],
importpath = "github.com/mdining-proto/proto/mdiningapi",
importpath = "github.com/anders617/mdining-proto/proto/mdiningapi",
protos = [
":mdiningapi_proto",
],
Expand All @@ -102,7 +102,7 @@ go_proto_library(
"@io_bazel_rules_go//proto:go_grpc",
"@grpc_ecosystem_grpc_gateway//protoc-gen-grpc-gateway:go_gen_grpc_gateway",
],
importpath = "github.com/mdining-proto/proto/mdining",
importpath = "github.com/anders617/mdining-proto/proto/mdining",
protos = [
":dininghalls_proto",
":filterable_entries_proto",
Expand Down

0 comments on commit be9054d

Please sign in to comment.