gpt4 book ai didi

go - 无法访问/转换时间。时间

转载 作者:行者123 更新时间:2023-12-01 22:41:40 24 4
gpt4 key购买 nike

使用 https://github.com/andygrunwald/go-jira 时:

问题 - 解决日期定义为

struct {
...
Resolutiondate Time `json:"resolutiondate,omitempty" structs:"resolutiondate,omitempty"`
...
}


type Time time.Time

尝试访问使用 github.com/spf13/cast
var resDate time.Time
resDate, err = cast.ToTimeE(issue.Fields.Resolutiondate)

我得到:
err = "unable to cast jira.Time{wall:0x0, ext:63694019156, loc:(*time.Location)(0xe10a80)} of type jira.Time to Time"

或者在尝试施放时,我遇到施放违规
resDate = issue.Fields.Resolutiondate.(time.Time)

(试图将 Resolutiondate 的类型更改为 time.Time,但得到一个 html 响应转换错误...)

最佳答案

我很确定我测试过: resDate=time.Time(issue.Fields.ResolutionDate)
谢谢您的帮助

关于go - 无法访问/转换时间。时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61897115/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com