Initial support for input modifiers

This commit is contained in:
Leonid Bugaev
2014-12-16 16:25:17 +05:00
parent b7567bbd15
commit 208faec7d2
7 changed files with 138 additions and 5 deletions
+3 -1
View File
@@ -2,8 +2,10 @@ FROM google/golang
RUN cd /goroot/src/ && GOOS=linux GOARCH=386 ./make.bash --no-clean
RUN apt-get install ruby -y
WORKDIR /gopath/src/gor
ADD . /gopath/src/gor
RUN go get
RUN go get