mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 03:46:33 +00:00
udpate comment
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#!/usr/bin/sh
|
||||
set -eo pipefail
|
||||
|
||||
# This script appends the "option go_package" proto option to the file located at $FNAME
|
||||
|
||||
# This script appends the "option go_package" proto option to the file located at $FNAME.
|
||||
# This option is not included in the proto files to allow the files to more easily
|
||||
# be hosted in github.com/tendermint/spec and shared between other repos.
|
||||
# This option specifies what the package will be named when imported by other packages.
|
||||
|
||||
FNAME=$1
|
||||
MODNAME=$(echo $2| sed 's/\//\\\//g')
|
||||
|
||||
Reference in New Issue
Block a user