Skip to content

Instantly share code, notes, and snippets.

View nikhilofthesouth's full-sized avatar

Nikhil Narula nikhilofthesouth

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nikhilofthesouth on github.
  • I am brownbabby (https://keybase.io/brownbabby) on keybase.
  • I have a public key ASDqP7VuZ1DDrQzqKmUFh-SCMuuz0v9xArJtJpI4tt4dCwo

To claim this, I am signing this object:

FROM ubuntu
RUN mkdir /test
ADD . /test
WORKDIR /test
CMD ["/bin/bash"]
[user]
email = nikhil.narula@blueapron.com
name = Nikhil Narula
[push]
default = simple
[alias]
st = status -sb -uall
pm = pull # pull using merge to resolve branch forks
pr = pull --rebase # pull using rebase to resolve branch forks
co = checkout
package main
import (
"fmt"
"io/ioutil"
"log"
"net/http"
"os"
"strconv"
"time"