refactor(configuration): add import commentary for golint (#2303)

pull/2304/head
Amir Zarrinkafsh 2021-08-20 11:42:35 +10:00 committed by GitHub
parent eb07bff5d4
commit aa20dad04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package configuration package configuration
import ( import (
_ "embed" _ "embed" // Embed config.template.yml.
"fmt" "fmt"
"io/ioutil" "io/ioutil"
"os" "os"