1
0
mirror of https://github.com/mgechev/revive.git synced 2024-12-14 10:52:54 +02:00
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 {
}