mirror of
https://github.com/mgechev/revive.git
synced 2024-12-14 10:52:54 +02:00
12 lines
94 B
Go
12 lines
94 B
Go
|
// Package pkg ...
|
||
|
package pkg
|
||
|
|
||
|
type Foo struct {
|
||
|
}
|
||
|
|
||
|
type Bar struct {
|
||
|
}
|
||
|
|
||
|
type Baz struct {
|
||
|
}
|