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

Removed viper as a required dependency. #5

Merged
merged 1 commit into from
Jun 22, 2017
Merged

Conversation

cheshir
Copy link
Owner

@cheshir cheshir commented Jun 21, 2017

No description provided.

config.go Outdated

type DeliveryMode int

// List of available values for producer option `delivery_mode`.

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.

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.

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.

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 -> возникшие ошибки,
можно выбрать, что больше подходит.

@cheshir
Copy link
Owner Author

cheshir commented Jun 22, 2017

@ynotLeft u're my hero! Thank you! 💪

@cheshir cheshir merged commit e3f387e into master Jun 22, 2017
@cheshir cheshir deleted the make_viper_optional branch July 5, 2017 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants