예제 #1
0
파일: node.go 프로젝트: postfix/gobby
func fakecallback(index int, c command.Command) {
	fmt.Printf("\n%d's index %d is %s\n", nid, index, c.ToString())
	done <- struct{}{}
}