We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Проблема возникает при создании тестов по инструкции: https://github.com/ozontech/cute?tab=readme-ov-file#table-tests Создаётся []*cute.Test, с приватными полями httpClient и jsonMarshaler, которые дальше по коду нигде не прокидываются.
[]*cute.Test
httpClient
jsonMarshaler
При вызове
cute/test.go
Line 434 in 9c6558e
panic: runtime error: invalid memory address or nil pointer dereference
The text was updated successfully, but these errors were encountered:
Я сделал PR, который должен исправить эту проблему: #66
Sorry, something went wrong.
О спасибо большое! Я сегодня до конца дня выпущу hotfix.
Я немного отрефакторил твое решение, но вообщем и целом, спасибо большое! https://github.com/ozontech/cute/pull/67/files#diff-6cb980dc49e6371739e585dd3e9fdba07ce6f4edda7e358204957f44e6edf6f5R56
released https://github.com/ozontech/cute/releases/tag/v0.1.18
No branches or pull requests
Проблема возникает при создании тестов по инструкции: https://github.com/ozontech/cute?tab=readme-ov-file#table-tests
Создаётся
[]*cute.Test
, с приватными полямиhttpClient
иjsonMarshaler
, которые дальше по коду нигде не прокидываются.При вызове
cute/test.go
Line 434 in 9c6558e
появляется
panic: runtime error: invalid memory address or nil pointer dereference
, что немного не приятно...The text was updated successfully, but these errors were encountered: