1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00

refactor: gofmt testdata (#1379)

This commit is contained in:
Oleksandr Redko
2025-05-26 13:54:46 +03:00
committed by GitHub
parent e8ed573739
commit 87b146c60e
20 changed files with 54 additions and 62 deletions

View File

@@ -1,12 +1,12 @@
package fixtures
import (
_ "strings" // _ aliases should be ignored
. "dotimport" // . aliases should be ignored
magical "magic/hat"
_ "strings" // _ aliases should be ignored
bar_foo "strings" // MATCH /import name (bar_foo) must match the regular expression: ^[a-z][a-z0-9]{0,}$/
fooBAR "strings" // MATCH /import name (fooBAR) must match the regular expression: ^[a-z][a-z0-9]{0,}$/
v1 "strings"
magical "magic/hat"
)
func somefunc() {