fix hooks

This commit is contained in:
Roy Olav Purser 2022-01-29 13:31:31 +01:00
parent 0a589a2565
commit 73278439b0
Signed by: roypur
GPG Key ID: E14D26A036F21656
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
go fmt *.go tests/*.go go fmt *.go
go fmt tests/*.go
git add *.go tests/*.go git add *.go tests/*.go
git add tests/*.go

View File

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