Skip to content

Commit

Permalink
Merge pull request #140 from guggero/falafel-format
Browse files Browse the repository at this point in the history
pricesrpc: fix build tag formatting
  • Loading branch information
guggero authored Jul 8, 2024
2 parents 4c45bdd + d5c99b7 commit f2f4ed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pricesrpc/gen_protos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function generate() {
# Generate the JSON/WASM client stubs.
falafel=$(which falafel)
pkg="pricesrpc"
opts="package_name=$pkg,js_stubs=1,build_tags=// +build js"
opts="package_name=$pkg,js_stubs=1,build_tags=//go:build js"
protoc -I/usr/local/include -I. -I.. \
--plugin=protoc-gen-custom=$falafel\
--custom_out=. \
Expand All @@ -56,7 +56,7 @@ function generate() {
PACKAGES=""
for package in $PACKAGES; do

opts="package_name=$package,manual_import=$manual_import,js_stubs=1,build_tags=// +build js"
opts="package_name=$package,manual_import=$manual_import,js_stubs=1,build_tags=//go:build js"
pushd $package
protoc -I/usr/local/include -I. -I.. \
--plugin=protoc-gen-custom=$falafel\
Expand Down
2 changes: 1 addition & 1 deletion pricesrpc/prices.pb.json.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2f4ed2

Please sign in to comment.