Refacted, new look and raw download feature

This commit is contained in:
James Mills
2017-07-09 01:57:21 -07:00
parent 47ef82966c
commit 3e081f0aa0
8 changed files with 202 additions and 50 deletions

View File

@@ -14,4 +14,6 @@ WORKDIR /go/src/pastebin
COPY . /go/src/pastebin
RUN go get -v -d
RUN go get github.com/GeertJohan/go.rice/rice
RUN rice embed-go
RUN go install -v