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 afd3e85 commit 83d5843Copy full SHA for 83d5843
internal/exported.go
main.go
@@ -7,11 +7,9 @@ import (
7
"fmt"
8
9
"github.com/davecgh/go-spew/spew"
10
-
11
- "github.com/alexandear-org/golangci-lint-eol-windows/internal"
12
)
13
14
func main() {
15
spew.Dump("a")
16
- fmt.Println(internal.Exported())
+ fmt.Println("hello")
17
}
0 commit comments