fix hooks
This commit is contained in:
parent
0a589a2565
commit
73278439b0
@ -1,3 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
go fmt *.go tests/*.go
|
||||
go fmt *.go
|
||||
go fmt tests/*.go
|
||||
|
||||
git add *.go tests/*.go
|
||||
git add tests/*.go
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user