Skip to content

Instantly share code, notes, and snippets.

View peeyushsrj's full-sized avatar

Peeyush Singh peeyushsrj

View GitHub Profile
package main
import (
"fmt"
"io"
"os"
)
var path = "/Users/novalagung/Documents/temp/test.txt"
@peeyushsrj
peeyushsrj / set_cookiejar.go
Created June 8, 2017 15:52 — forked from HugoPresents/set_cookiejar.go
golang set cookieJar example
package main
import (
"fmt"
"io/ioutil"
"net/http"
"net/http/cookiejar"
"net/url"
"strings"
)
@peeyushsrj
peeyushsrj / walk.go
Last active March 14, 2017 13:03 — forked from tdegrunt/walk.go
Replace some text in a bunch of files with golang
package main
import (
"fmt"
"io/ioutil"
"os"
"bufio"
"path/filepath"
"strings"
)
@peeyushsrj
peeyushsrj / README-Template.md
Created February 22, 2016 16:47 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisities