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

gconv.Strings is not effective #1750

Closed
wilsonliu123 opened this issue Apr 12, 2022 · 0 comments
Closed

gconv.Strings is not effective #1750

wilsonliu123 opened this issue Apr 12, 2022 · 0 comments
Labels
bug It is confirmed a bug, but don't worry, we'll handle it. done This issue is done, which may be release in next version.

Comments

@wilsonliu123
Copy link

1. What version of Go and system type/arch are you using?

image

2. What version of GoFrame are you using?

image

3. Can this issue be re-produced with the latest release?

Yes

4. What did you do?

image

image

5. What did you expect to see?

What I would like to see is that what is exported is each individual string array .
ex.
[123]
[456]
[abc]
[def]

6. What did you see instead?

[]
[]
[abc]
[def]

@gqcn gqcn added the bug It is confirmed a bug, but don't worry, we'll handle it. label Apr 18, 2022
gqcn added a commit that referenced this issue Apr 18, 2022
@gqcn gqcn added the done This issue is done, which may be release in next version. label Apr 18, 2022
@gqcn gqcn closed this as completed Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It is confirmed a bug, but don't worry, we'll handle it. done This issue is done, which may be release in next version.
Projects
None yet
Development

No branches or pull requests

2 participants