init
This commit is contained in:
12
internal/helpers/helpers.go
Normal file
12
internal/helpers/helpers.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package helpers
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func PrintData(label string, data interface{}) {
|
||||
fmt.Printf("---%s %#v\n", label, data)
|
||||
//fmt.Printf("*** CONFIG %+v\n", app.Config)
|
||||
}
|
||||
|
||||
// const connUrl = "postgres://postgres:postgres@localhost:5432/go-finance"
|
||||
Reference in New Issue
Block a user