Skip to content

Commit

Permalink
reverted to gogen-avro
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Jul 23, 2024
1 parent 39be948 commit d53e141
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ TIME=$(shell date)
hello:
@echo "JR,the JSON Random Generator"

install-avrogen:
go install github.com/hamba/avro/v2/cmd/avrogen@latest
install-gogen:
go install github.com/actgardner/gogen-avro/v10/cmd/...@latest
#go install github.com/hamba/avro/v2/cmd/avrogen@latest

generate:
go generate pkg/generator/generate.go
Expand Down Expand Up @@ -52,7 +53,7 @@ copy_config:
install:
install build/jr /usr/local/bin

all: hello install-avrogen generate compile
all: hello install-gogen generate compile
all_offline: hello generate compile


0 comments on commit d53e141

Please sign in to comment.