1
0
mirror of https://github.com/mgechev/revive.git synced 2025-05-21 22:13:14 +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 {
}