1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-25 22:12:38 +02:00
Files
revive/testdata/max_public_structs_ok.go

12 lines
94 B
Go
Raw Normal View History

// Package pkg ...
package pkg
type Foo struct {
}
type Bar struct {
}
type Baz struct {
}