Skip to content

Instantly share code, notes, and snippets.

View KyleMcIntire's full-sized avatar
🏠
Working from home

Kyle McIntire KyleMcIntire

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kylemcintire on github.
  • I am kylemcintire (https://keybase.io/kylemcintire) on keybase.
  • I have a public key ASDOAmkBLwe8LnbwjeUTwYZIMdXj25o5UtYPrzVy8i3Fbwo

To claim this, I am signing this object:

@KyleMcIntire
KyleMcIntire / http-put-request.go
Created May 30, 2018 00:27 — forked from maniankara/http-put-request.go
handling put request in golang
package fragments
import (
"net/http"
"io"
"log"
"strings"
"os"
"bytes"
)