We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c69f92 commit f41ed52Copy full SHA for f41ed52
.github/scripts/format-go-code.sh
@@ -10,7 +10,8 @@ gofmt -s -w "$FILEPATH"
10
if [[ "$FILEPATH" == *"tests/slo/"* ]]
11
then
12
gci write --skip-generated -s standard -s default -s "prefix(slo)" "$FILEPATH"
13
-elif [ "$FILEPATH" == *"examples/"* ]; then
+elif [[ "$FILEPATH" == *"examples/"* ]]
14
+then
15
gci write --skip-generated -s standard -s default -s "prefix(examples)" "$FILEPATH"
16
else
17
gci write --skip-generated -s standard -s default -s "prefix(github.com/ydb-platform/ydb-go-sdk/v3)" "$FILEPATH"
0 commit comments