Skip to content

Commit

Permalink
Update module name in api
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Jul 20, 2022
1 parent 11d5f84 commit a300512
Show file tree
Hide file tree
Showing 4 changed files with 1,318 additions and 6 deletions.
7 changes: 4 additions & 3 deletions api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
#
# SPDX-License-Identifier: Apache-2.0

RUNTIME_DIR ?= .
build:
go build ./...

build: go
generate: go

go:
@find . -name '*.pb.go' -delete
docker run -it \
-v `pwd`:/build \
atomix/codegen:go-latest \
--proto-path . --go-path . --import-path github.com/atomix/gossip/api
--proto-path . --go-path . --import-path github.com/atomix/gossip-storage/api
Loading

0 comments on commit a300512

Please sign in to comment.