git fmt run
This commit is contained in:
parent
310c119dfa
commit
b69b6b26e5
|
|
@ -1,9 +1,9 @@
|
|||
package config
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"time"
|
||||
"encoding/json"
|
||||
|
||||
"github.com/kelseyhightower/envconfig"
|
||||
)
|
||||
|
|
@ -58,4 +58,4 @@ func (c Config) MustMarshal() string {
|
|||
}
|
||||
|
||||
return string(b)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue