package mainimport ( "fmt" "net/http")func main() { x, _ := http.NewRequest("GET", "https://google.com", nil) fmt.Println(x)}
exec: "gcc": executable file not found in $PATH