fix hooks
This commit is contained in:
parent
0a589a2565
commit
73278439b0
@ -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
|
||||||
|
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user