Skip to content

Commit

Permalink
pricesrpc: fix build tag formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Jul 8, 2024
1 parent 4c45bdd commit d5c99b7
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 d5c99b7

Please sign in to comment.