package main import ( "fmt" _ "net/http" ) func main() { fmt.Println("Hello HTTP") }