Skip to content

Instantly share code, notes, and snippets.

View Naveennani777's full-sized avatar

Naveen Naveennani777

  • Bangalore
View GitHub Profile
@Naveennani777
Naveennani777 / http_get.go
Created July 21, 2017 15:23 — forked from ijt/http_get.go
Example of using http.Get in go (golang)
View http_get.go
package main
import (
"fmt"
"io"
"log"
"net/http"
"os"
)