fix hooks

This commit is contained in:
2022-01-29 13:31:31 +01:00
parent 0a589a2565
commit 73278439b0
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,9 @@
package main
import ("git.purser.it/roypur/envconf"
"fmt")
import (
"fmt"
"git.purser.it/roypur/envconf"
)
func main() {
conf := envconf.NewConfig()