You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: