## Golang MySQL ORM Example #### Setup: 1. Install [Glide](https://glide.sh/). 2. Clone this gist to a local directory. 3. Run `glide install` to resolve all the dependencies. 4. Run `go run mysql_example.go` #### Dependencies: - [gorm](https://github.com/jinzhu/gorm) - [Golang MySQL driver](https://github.com/go-sql-driver/mysql) - [godotenv](https://github.com/joho/godotenv)