Sign in
go
/
talks
/
97e7c3166099923c2192bcceb8cc9a27184021f2
/
.
/
2014
/
readability
/
time_duration_good.go
blob: b99cd1ddffdeeadd984b980d6645f77e9cc326c6 [
file
] [
log
] [
blame
]
package sample
// OMIT
import "time"
// OMIT
var rpcTimeout = 30 * time.Second
// HL