• gwenn's avatar
    Fix golint warnings · 4cd78a28
    gwenn authored
    config.go:56:6: func ConfigUri should be ConfigURI
    driver.go:223:26: error strings should not be capitalized or end with punctuation or a newline
    sqlite.go:225:2: const OpenUri should be OpenURI
    stmt.go:335:1: comment on exported var NullIfEmptyString should be of the form "NullIfEmptyString ..."
    4cd78a28
config_test.go 1.67 KB