I have following program:
type Test struct { } func mytest() { test := Test{} } func main() { go mytest() sigs := make(chan os.Signal, 1) done :=