Skip to content

Commit 83d5843

Browse files
committed
remove internal package
1 parent afd3e85 commit 83d5843

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

internal/exported.go

Lines changed: 0 additions & 5 deletions
This file was deleted.

main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ import (
77
"fmt"
88

99
"github.com/davecgh/go-spew/spew"
10-
11-
"github.com/alexandear-org/golangci-lint-eol-windows/internal"
1210
)
1311

1412
func main() {
1513
spew.Dump("a")
16-
fmt.Println(internal.Exported())
14+
fmt.Println("hello")
1715
}

0 commit comments

Comments
 (0)