Sign in
go
/
tools
/
4c651fc1fc751d8e42d6b4f099ee1b9df6404e07
/
.
/
internal
/
lsp
/
testdata
/
godef
/
a
/
g.go
blob: 4f31857e3937859efb50fc631eb6d98e76fa3aae [
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,hover("dur", dur)