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

bytes: add support for base64 encoded flags #177

Merged
merged 1 commit into from Aug 8, 2018

Conversation

glerchundi
Copy link

Signed-off-by: Gorka Lerchundi Osa glertxundi@gmail.com

@CLAassistant
Copy link

CLAassistant commented Aug 8, 2018

CLA assistant check
All committers have signed the CLA.

bytes.go Outdated
// BytesBase64 adapts []byte for use as a flag. Value of flag is Base64 encoded
type bytesBase64Value []byte

func (bytesBase64 bytesBase64Value) String() string {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I get godoc style comments on everything exported? Then I'll merge.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Signed-off-by: Gorka Lerchundi Osa <glertxundi@gmail.com>
@glerchundi
Copy link
Author

@eparis PTAL. I added only a comment referencing which interface is implementing, Is that OK for you?

@eparis eparis merged commit 9a97c10 into spf13:master Aug 8, 2018
@glerchundi
Copy link
Author

glerchundi commented Aug 8, 2018 via email

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.

None yet

3 participants