* fix code format * add tests for Golang:1.10 * Fix error on extension loading * Fix test on userauth
* Renamed SQLiteConn.loc => SQLiteConn.tz * Fix code format * Added Documentation for LIMIT Constants * Updated Crypt Encoders * Changed * Encoders now use CryptEncoder & CryptSaltedEncoder interfaces this allows for custom implementation by users * Added Configuration * Config implements Connector (Golang:1.10) * Driver implements DriverContext (Golang:1.10)