mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
5 lines
55 B
Go
5 lines
55 B
Go
package foo
|
|
|
|
type Bar interface {
|
|
Baz(string) error
|
|
}
|