forked from an/flokati
test
This commit is contained in:
parent
0947af9e7f
commit
85b5e3d519
|
@ -43,8 +43,12 @@ func Matrix() {
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
fmt.Println("hier 11")
|
||||||
|
|
||||||
sayCh <- fmt.Sprintf("%s\n%s", "*", SoftwareInfo())
|
sayCh <- fmt.Sprintf("%s\n%s", "*", SoftwareInfo())
|
||||||
|
|
||||||
|
fmt.Println("hier 4")
|
||||||
|
|
||||||
for {
|
for {
|
||||||
fmt.Println("hier 3")
|
fmt.Println("hier 3")
|
||||||
var targets string
|
var targets string
|
||||||
|
|
Loading…
Reference in New Issue