Erstellen Sie Goroutine
func display() {
// code inside the function
}
// start goroutine
go display()
SAMER SAEID
func display() {
// code inside the function
}
// start goroutine
go display()
func display() {
// code inside the function
}
// start goroutine
go display()