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

argument is already a string #2

Open
3052 opened this issue Nov 17, 2024 · 1 comment
Open

argument is already a string #2

3052 opened this issue Nov 17, 2024 · 1 comment

Comments

@3052
Copy link

3052 commented Nov 17, 2024

goxml/xmldecoder.go

Lines 75 to 78 in cefb79f

// Stringvalue returns the attribute value.
func (a Attribute) Stringvalue() string {
return fmt.Sprintf("%s", a.Value)
}

@pgundlach
Copy link
Member

Thank you, will be fixed in the next release.

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

No branches or pull requests

2 participants