Test Post

Test Post

This is a test post to test markdown rendering with static sites.

Here’s some bold text and some italic text.

package main

import "fmt"

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