refactor(configuration): add import commentary for golint (#2303)
parent
eb07bff5d4
commit
aa20dad04b
|
@ -1,7 +1,7 @@
|
||||||
package configuration
|
package configuration
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "embed"
|
_ "embed" // Embed config.template.yml.
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"os"
|
"os"
|
||||||
|
|
Loading…
Reference in New Issue