Versions in this module Expand all Collapse all v1 v1.0.0 Jul 23, 2019 Changes in this version + func CleanUpGeneratedFiles(dir string) error + func DirExists(path string) (bool, error) + func EnsureDirPath(dirPath string) error + func FormatTimestamp(t time.Time) []byte + func GenerateTemplate(templateText string, templateData interface{}) ([]byte, error) + func IsNil(v interface{}) bool + func SaveGoFile(dirPath, fileName string, text []byte) error + func ToGoFileName(databaseIdentifier string) string + func ToGoIdentifier(databaseIdentifier string) string Other modules containing this package gopkg.in/jet.v2