-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fedex #49
Conversation
Scope string `json:"scope"` | ||
} | ||
|
||
type Error struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Мені здається, шо ті всі структури можуть сміло бути приватні.
Чи я шось упустив?
Переглянь будь ласка, всі стурктури, які є і постав їм правильну зону видимості.
Як можуть бути приватні, роби їх приватними)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ні не можуть, тільки структури самого верхнього рівня можуть бути приватні.
Інакше не зможе працювати пакет який джейсон мапить на структуру
No description provided.