Create a file 1.go with following content
package main import "fmt" func main() { fmt.Println("My First GoLang Program") }
To run the program, use command
go run 1.go
Your email address will not be published. Required fields are marked *
Comment *
Your Name *
Your E-mail *
Website
Save my name, email, and website in this browser for the next time I comment.
Submit Comment