おや・・・
unsupported Scan, storing driver.Value type []uint8 into type *time.Time
「sqlx.Connectを使う際にオプションパラメータを指定しておくことで解決することができた」「sqlx.Connect("mysql", "root:@(localhost:43306)/sqlx_development?parseTime=true")」
[Go] MySQLからScanしたときunsupported Scan, storing driver.Value type []uint8 into type *time.Timeと出てパースに失敗する - My External Storage https://budougumi0617.github.io/2019/03/31/go_db_unsupported_scan_storing_driver_value_type_uint8_into_type_time_time/