Skip to content

Commit 9fa9e34

Browse files
authored
reverts examples/golang/main.go changes
1 parent 9734d74 commit 9fa9e34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/golang/main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ import (
77
)
88

99
func work(int) {
10+
// revive:disable:empty-block this is fine because this is a example app, not real production code
11+
for i := 0; i < n; i++ {
1012

13+
}
14+
// revive:enable:empty-block
1115
}
1216

1317
func fastFunction() {

0 commit comments

Comments
 (0)