8 lines
78 B
Go
8 lines
78 B
Go
package logging
|
|
|
|
import "io"
|
|
|
|
func Configure(io.Writer) error {
|
|
return nil
|
|
}
|