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

Need fix: Can't convert gtime.Time to timestamppb now. #3099

Closed
joy999 opened this issue Oct 26, 2023 · 0 comments
Closed

Need fix: Can't convert gtime.Time to timestamppb now. #3099

joy999 opened this issue Oct 26, 2023 · 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

@joy999
Copy link
Contributor

joy999 commented Oct 26, 2023

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

go 1.20

2. What version of GoFrame are you using?

2.5.6

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

yes

4. What did you do?

The converter can't work well now. It worked well before.
func(in gtime.Time) (*timestamppb.Timestamp, error) {
return utility.GTimeToPbTime(&in), nil
}

5. What did you expect to see?

Let it work well.

6. What did you see instead?

It don't work.

gqcn pushed a commit that referenced this issue Oct 31, 2023
@gqcn gqcn added 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. labels Nov 2, 2023
@gqcn gqcn closed this as completed Nov 2, 2023
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