package main

func main() {
	fullUrl := "gemini://localhost/test.gmi"
	Fetch(fullUrl)

}