mirror of
https://github.com/mgechev/revive.git
synced 2025-07-01 00:24:54 +02:00
5 lines
88 B
Go
5 lines
88 B
Go
// Symbols declared in main package cannot be imported.
|
|
package main
|
|
|
|
type Foo struct{}
|