Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 7f08d83

Browse files
committed
[FAB-7806] Move gofilter under src directory
Change-Id: I34c2cf7b330ea079bde345ad3a6e54d4af4b01d6 Signed-off-by: Troy Ronda <troy@troyronda.com>
1 parent 28e9a8b commit 7f08d83

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.

scripts/third_party_pins/fabric-ca/apply_fabric_ca_client_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -e
1414
IMPORT_SUBSTS=($IMPORT_SUBSTS)
1515

1616
GOIMPORTS_CMD=goimports
17-
GOFILTER_CMD="go run scripts/_go/cmd/gofilter/gofilter.go"
17+
GOFILTER_CMD="go run scripts/_go/src/gofilter/cmd/gofilter/gofilter.go"
1818

1919
declare -a PKGS=(
2020
"api"

scripts/third_party_pins/fabric/apply_fabric_client_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -e
1414
IMPORT_SUBSTS=($IMPORT_SUBSTS)
1515

1616
GOIMPORTS_CMD=goimports
17-
GOFILTER_CMD="go run scripts/_go/cmd/gofilter/gofilter.go"
17+
GOFILTER_CMD="go run scripts/_go/src/gofilter/cmd/gofilter/gofilter.go"
1818

1919
declare -a PKGS=(
2020

scripts/third_party_pins/fabric/apply_fabric_external_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -e
1414
IMPORT_SUBSTS=($IMPORT_SUBSTS)
1515

1616
GOIMPORTS_CMD=goimports
17-
GOFILTER_CMD="go run scripts/_go/cmd/gofilter/gofilter.go"
17+
GOFILTER_CMD="go run scripts/_go/src/gofilter/cmd/gofilter/gofilter.go"
1818

1919
declare -a PKGS=(
2020
"common/cauthdsl"

scripts/third_party_pins/fabric/apply_fabric_protos_internal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -e
1414
IMPORT_SUBSTS=($IMPORT_SUBSTS)
1515

1616
GOIMPORTS_CMD=goimports
17-
GOFILTER_CMD="go run scripts/_go/cmd/gofilter/gofilter.go"
17+
GOFILTER_CMD="go run scripts/_go/src/gofilter/cmd/gofilter/gofilter.go"
1818
NAMESPACE_PREFIX="sdk."
1919

2020
declare -a PKGS=(

0 commit comments

Comments
 (0)