Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ночь опенсорс-библиотек: улучшения в readme #1589

Open
solominka opened this issue Dec 14, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@solominka
Copy link

С первого подхода не получилось подключиться к БД и сделать простой запрос по инструкции из README, потому что:

  1. panic: reflect.Value.Interface: cannot return value obtained from unexported field or method - в объявленном типе myStruct надо экспортировать поля, чтоб заработало
  2. 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
  3. Cannot use a range-over-function clause because the 'rangefunc' Go experiment is not enabled - решается включением эксперимента, но можно же и без него?

Предлагаю поправить доку, чтобы в ней не было всех этих проблем и код, написанный в ридми, был рабочий

@solominka solominka added the enhancement New feature or request label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant