Skip to content

Instantly share code, notes, and snippets.

@dumindu
Last active March 8, 2020 04:40
Show Gist options
  • Save dumindu/e8f3b2f41b9d72348f813d074baa3708 to your computer and use it in GitHub Desktop.
Save dumindu/e8f3b2f41b9d72348f813d074baa3708 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
go sayHello()
}
func sayHello() {
fmt.Println("Hello world!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment