-
Notifications
You must be signed in to change notification settings - Fork 18
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
Removed viper as a required dependency. #5
Conversation
config.go
Outdated
|
||
type DeliveryMode int | ||
|
||
// List of available values for producer option `delivery_mode`. |
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.
List of available values for delivery_mode
producer option.
config.go
Outdated
|
||
// By default yaml reader unmarshal keys in lowercase | ||
// but AMQP client looks for keys in camelcase | ||
// so we're going to fix this issue. |
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.
By default yaml reader unmarshals keys in lowercase, but AMQP client looks for keys in camelcase, so we're going to fix this issue.
global.go
Outdated
@@ -1,11 +1,9 @@ | |||
// Just for that guys who love to keep all in the global scope. |
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.
Just for that guys who love to keep everything in the global scope.
mq.go
Outdated
} | ||
|
||
// You can check for errors by reading errors from this channel. | ||
// Error provides an ability to access errors occurred. |
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.
Error provides an ability to access occurring errors. -> возникающие ошибки
Error provides an ability to access errors that occurred -> возникшие ошибки,
можно выбрать, что больше подходит.
@ynotLeft u're my hero! Thank you! 💪 |
373562a
to
ec6b4d9
Compare
No description provided.