Skip to content

Commit 323d7d7

Browse files
committed
fix
1 parent c0bbf10 commit 323d7d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/format-go-code.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ gofmt -s -w "$FILEPATH"
1010
if [[ "$FILEPATH" == *"tests/slo/"* ]]
1111
then
1212
gci write --skip-generated -s standard -s default -s "prefix(slo)" "$FILEPATH"
13+
elif [ "$FILEPATH" == *"examples/"* ]; then
14+
gci write --skip-generated -s standard -s default -s "examples" "$FILEPATH"
1315
else
1416
gci write --skip-generated -s standard -s default -s "prefix(github.com/ydb-platform/ydb-go-sdk/v3)" "$FILEPATH"
1517
fi

0 commit comments

Comments
 (0)