DocumentationDocumentationHello, World! main.gopackage main import "fmt" func main() { fmt.Println("Hello, World!") fmt.Println("@trlocne") }