go-gorp / gorp

Go Relational Persistence - an ORM-ish library for Go
MIT License
3.74k stars 369 forks source link

fix import path in testing #411

Closed Songmu closed 4 years ago

Songmu commented 4 years ago

Without this change, the test will run with gorp v2.2.0.

Songmu commented 4 years ago

Without this change, Go Modules support is not complete. How about it? @nelsam

nelsam commented 4 years ago

Seems fine. I don't really use modules myself, so I appreciate the help.

Songmu commented 4 years ago

Thank you! Now that Go Modules support has been completed, I have made suggestions for future maintenance at #418. @nelsam