Test Test Test
test test test
# Build the site
hugo
hugo server
package main
import "fmt"
func main() {
// hi
fmt.Println("Hello, World!")
}
test test test
# Build the site
hugo
hugo server
package main
import "fmt"
func main() {
// hi
fmt.Println("Hello, World!")
}