goqu v3.1.0 Release Notes

    • 🔖 Version 3.1 #14 - @andymoon
      • Fix an issue with a nil pointer access on the inserts and updates.
      • Allowing ScanStructs to take a struct with an embedded pointer to a struct.
      • Change to check if struct is Anonymous when recursing through an embedded struct.
      • Updated to use the latest version of github.com/DATA-DOG/go-sqlmock.