You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
С первого подхода не получилось подключиться к БД и сделать простой запрос по инструкции из README, потому что:
panic: reflect.Value.Interface: cannot return value obtained from unexported field or method - в объявленном типе myStruct надо экспортировать поля, чтоб заработало
pool.With failed with 1 attempts: non-retryable error occurred on attempt No.1 (idempotent=true): scan error on struct field name 'id': cast failed 'Int32(42)' to '*uint64' destination - решается изменением типа id с uint64 на int32
Cannot use a range-over-function clause because the 'rangefunc' Go experiment is not enabled - решается включением эксперимента, но можно же и без него?
Предлагаю поправить доку, чтобы в ней не было всех этих проблем и код, написанный в ридми, был рабочий
The text was updated successfully, but these errors were encountered:
С первого подхода не получилось подключиться к БД и сделать простой запрос по инструкции из README, потому что:
Предлагаю поправить доку, чтобы в ней не было всех этих проблем и код, написанный в ридми, был рабочий
The text was updated successfully, but these errors were encountered: