Versions in this module Expand all Collapse all v0 v0.0.0 Aug 29, 2016 Changes in this version + func FloatOrNull(n float64) sql.NullFloat64 + func FormatTime(timestamp time.Time) string + func GetCurrentURL(r *http.Request) string + func IntOrNull(n int64) sql.NullInt64 + func NewSecure(isDevelopment bool) *secure.Secure + func ParseBearerToken(r *http.Request) ([]byte, error) + func ParseTimestamp(timestamp string) (time.Time, error) + func PositiveFloatOrNull(n float64) sql.NullFloat64 + func PositiveIntOrNull(n int64) sql.NullInt64 + func SpaceDelimitedStringNotGreater(first, second string) bool + func StringInSlice(a string, list []string) bool + func StringOrNull(str string) sql.NullString + func TimeOrNull(t *time.Time) pq.NullTime + func ValidateEmail(email string) bool