Documentation

Documentation

This is a demo of the theme’s documentation layout.

Hello, Fox!

main.go
package main

import "fmt"

func main() {
    fmt.Println("Hello, Fox!")
}