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