build: separate compiler and libs
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
done := false
|
||||
go println("hello")
|
||||
go func(s string) {
|
||||
println(s)
|
||||
done = true
|
||||
}("Hello, goroutine")
|
||||
for !done {
|
||||
print(".")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user