package main import "fmt" func main() { fmt.Printf("%s\n%s\n\n%s\n", "Status: 200 OK", "Content-Type: text/plain", "hi") }