diff options
| author | Amir Zarrinkafsh <nightah@me.com> | 2021-08-20 11:42:35 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-20 11:42:35 +1000 |
| commit | aa20dad04b8faee29e23304853d527a1b4a66a4c (patch) | |
| tree | fd197cd1f784a8246a1d80f34c3c649ad3daad0e /internal/configuration | |
| parent | eb07bff5d4e2a4edc01f00818593e24cec2c528b (diff) | |
refactor(configuration): add import commentary for golint (#2303)
Diffstat (limited to 'internal/configuration')
| -rw-r--r-- | internal/configuration/template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configuration/template.go b/internal/configuration/template.go index f9b661107..51511a05e 100644 --- a/internal/configuration/template.go +++ b/internal/configuration/template.go @@ -1,7 +1,7 @@ package configuration import ( - _ "embed" + _ "embed" // Embed config.template.yml. "fmt" "io/ioutil" "os" |
