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

add NewStringBool #66

Merged
merged 3 commits into from
Aug 23, 2018
Merged

add NewStringBool #66

merged 3 commits into from
Aug 23, 2018

Conversation

sywesk
Copy link
Contributor

@sywesk sywesk commented Aug 23, 2018

Add the NewStringBool function 👍

Sorry for the previous PR, i messed up somehow. :/

@sywesk
Copy link
Contributor Author

sywesk commented Aug 23, 2018

@zhutik

boolean.go:12:28: exported func NewStringBool returns unexported type *adyen.stringBool, which can be annoying to use Found 2 lint suggestions; failing.

@zhutik
Copy link
Owner

zhutik commented Aug 23, 2018

Seems like code quality check tool suggests to export stringBool type to avoid confusion in a client apps. So let's also do that.

@sywesk
Copy link
Contributor Author

sywesk commented Aug 23, 2018

The build is failing on what looks like an empty environment variable $COVERALLS_TOKEN

$ goveralls -service=travis-ci -coverprofile=gover.coverprofile -repotoken $COVERALLS_TOKEN
flag needs an argument: -repotoken

@zhutik
Copy link
Owner

zhutik commented Aug 23, 2018

@sywesk yeah, this variable is not exposed for repo non-masters. I added the new key that would be open. Build restarted, should fine soon. Sorry for inconveniences.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.6%) to 65.659% when pulling d4405db on sywesk:master into fa10deb on zhutik:master.

@zhutik zhutik merged commit c781cf4 into zhutik:master Aug 23, 2018
@sywesk
Copy link
Contributor Author

sywesk commented Aug 23, 2018

Nah don't worry 😄 thank you for helping me with this build process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants