Sign in
go
/
tools
/
b222520ff002290a694dda6a6dfe858cf8d8dfe6
/
.
/
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)