Skip to content

Commit

Permalink
move package main to cmd/airliftd
Browse files Browse the repository at this point in the history
  • Loading branch information
moshee committed Sep 13, 2015
1 parent 4e38fd5 commit da710b8
Show file tree
Hide file tree
Showing 23 changed files with 40 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
bindata_files
bindata.go
version.go
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM golang
MAINTAINER moshee <moshee@displaynone.us>
RUN go get -d -u ktkr.us/pkg/airlift
WORKDIR /go/src/ktkr.us/pkg/airlift
RUN go build
RUN go get -u ktkr.us/pkg/airlift/cmd/airliftd
EXPOSE 60606
ENTRYPOINT ["./airlift"]
ENTRYPOINT ["airliftd"]
3 changes: 3 additions & 0 deletions cmd/airliftd/bindata.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package main

import _ "ktkr.us/pkg/airlift/cmd/airliftd/bindata_files"
18 changes: 18 additions & 0 deletions cmd/airliftd/bindata_files/static.go

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions cmd/airliftd/bindata_files/templates.go

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit da710b8

Please sign in to comment.