DocumentationDocumentationThis is a demo of the theme’s documentation layout.Hello, Fox! main.gopackage main import "fmt" func main() { fmt.Println("Hello, Fox!") }