Yami Odymel https://invade.tw/ says to OwO
/go@mmis_js_bot package main import ( "fmt" ) func main() { ch := make(chan bool) go func(){ ch <- true }() <-ch fmt.Println("Hello, world!") }