Sign in
go
/
talks
/
bb436a06aa38bb4e75e856514d5b55f03d97dd2f
/
.
/
2014
/
readability
/
time_duration_good.go
blob: 22ed8a39667a1830bc1f4a1cc5f6e9901dac478b [
file
]
// +build OMIT
package sample
// OMIT
import "time"
// OMIT
var rpcTimeout = 30 * time.Second
// HL