Skip to content

Commit

Permalink
Convert Control field to string (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin authored Apr 28, 2020
1 parent 6d5e837 commit e020921
Show file tree
Hide file tree
Showing 5 changed files with 638 additions and 770 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(VERBOSE).SILENT:

# default target
default: all-install all
default: all-install update-proto

ifndef GOPATH
GOPATH := $(shell go env GOPATH)
Expand All @@ -14,7 +14,7 @@ PROTO_SERVICES = $(wildcard $(PROTO_ROOT)/*/service.proto)
PROTO_OUT := .
PROTO_IMPORT := $(PROTO_ROOT):$(GOPATH)/src/github.com/gogo/protobuf/protobuf

skip-update: grpc grpc-mock copyright gomodtidy
update-proto: update-proto-submodule all

all: update-proto-submodule grpc grpc-mock copyright gomodtidy

Expand Down
Loading

0 comments on commit e020921

Please sign in to comment.