6 lines
81 B
Go
6 lines
81 B
Go
|
|
package files
|
||
|
|
|
||
|
|
type Warner interface {
|
||
|
|
Warnf(format string, a ...interface{})
|
||
|
|
}
|