This commit is contained in:
2026-03-06 17:45:02 +03:00
commit d6e833bc9f
57 changed files with 2682 additions and 0 deletions

View 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"