1
0
mirror of https://github.com/mgechev/revive.git synced 2025-07-01 00:24:54 +02:00
Files
revive/testdata/exported_main.go

5 lines
88 B
Go

// Symbols declared in main package cannot be imported.
package main
type Foo struct{}