Sign in
go
/
tools
/
87d00e630f8e636e931862dcc993ca2eb9c88c1c
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
godef
/
a
/
g.go
blob: dfef2fb80406c4b00e7bfc72d8e3b47f97a79f14 [
file
] [
log
] [
blame
]
package a
import "time"
// dur is a constant of type time.Duration.
const dur = 15*time.Minute + 10*time.Second + 350*time.Millisecond
//@dur,hoverdef("dur", dur)