goimports style fixes.

This commit is contained in:
Renan DelValle 2019-01-10 12:52:12 -08:00
parent 9750b37a64
commit 9459623c97
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -291,7 +291,7 @@ func NewRealisClient(options ...ClientOption) (Realis, error) {
if config.logger == nil && config.debug {
config.logger = &LevelLogger{
Logger: log.New(os.Stdout, "realis: ", log.Ltime|log.Ldate|log.LUTC),
debug: true,
debug: true,
}
}