go-boilerplate

module
v0.0.0-...-1f13888 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2019 License: MIT

README

Go Helper

Helper library collection for go

DBKit

Clean way to generate postgres connection string

pgConfig := dbkit.PgConfig{
  User: "pqgotest",
  DbName: "pqgotest",
  SslMode: "verify-full",
}

pgConfig.ConnectionString() // return "user=pqgotest dbname=pqgotest sslmode=verify-full "

Directories

Path Synopsis
Collection of helper for slice of string
Collection of helper for slice of string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL