DEBSOURCES
Skip Quicknav
sources / golang-raft / 0.0~git20140427-2 / z_test.go
12345678910111213
package raft /* import ( "testing" "time" ) func TestGC(t *testing.T) { <-time.After(500 * time.Millisecond) panic("Oh god no!") } */