Compare commits
No commits in common. "b00f9a5605e6537adabc134cc3119a4b461ec752" and "cfda71a3aa92cbf5e345fcdf6adf3233a0ae2e20" have entirely different histories.
b00f9a5605
...
cfda71a3aa
|
@ -1,27 +0,0 @@
|
||||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
||||||
*.o
|
|
||||||
*.a
|
|
||||||
*.so
|
|
||||||
|
|
||||||
# Folders
|
|
||||||
_obj
|
|
||||||
_test
|
|
||||||
|
|
||||||
# Architecture specific extensions/prefixes
|
|
||||||
*.[568vq]
|
|
||||||
[568vq].out
|
|
||||||
|
|
||||||
*.cgo1.go
|
|
||||||
*.cgo2.c
|
|
||||||
_cgo_defun.c
|
|
||||||
_cgo_gotypes.go
|
|
||||||
_cgo_export.*
|
|
||||||
|
|
||||||
_testmain.go
|
|
||||||
|
|
||||||
# Binaries
|
|
||||||
*.exe
|
|
||||||
/pixelqr
|
|
||||||
|
|
||||||
# Test files
|
|
||||||
*.test
|
|
11
Dockerfile
11
Dockerfile
|
@ -1,11 +0,0 @@
|
||||||
FROM golang:1.9-alpine
|
|
||||||
|
|
||||||
COPY . ${GOPATH}/src/git.icedream.tech/icedream/pixelqr
|
|
||||||
RUN cd "${GOPATH}/src/git.icedream.tech/icedream/pixelqr" \
|
|
||||||
&& go get -v -d ./... \
|
|
||||||
&& go build \
|
|
||||||
&& mv testssh /usr/local/bin \
|
|
||||||
&& cd / \
|
|
||||||
&& rm -r ${GOPATH}
|
|
||||||
|
|
||||||
CMD ["testssh"]
|
|
|
@ -1,24 +0,0 @@
|
||||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
||||||
*.o
|
|
||||||
*.a
|
|
||||||
*.so
|
|
||||||
|
|
||||||
# Folders
|
|
||||||
_obj
|
|
||||||
_test
|
|
||||||
|
|
||||||
# Architecture specific extensions/prefixes
|
|
||||||
*.[568vq]
|
|
||||||
[568vq].out
|
|
||||||
|
|
||||||
*.cgo1.go
|
|
||||||
*.cgo2.c
|
|
||||||
_cgo_defun.c
|
|
||||||
_cgo_gotypes.go
|
|
||||||
_cgo_export.*
|
|
||||||
|
|
||||||
_testmain.go
|
|
||||||
|
|
||||||
testssh
|
|
||||||
*.exe
|
|
||||||
*.test
|
|
|
@ -1,24 +0,0 @@
|
||||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
||||||
*.o
|
|
||||||
*.a
|
|
||||||
*.so
|
|
||||||
|
|
||||||
# Folders
|
|
||||||
_obj
|
|
||||||
_test
|
|
||||||
|
|
||||||
# Architecture specific extensions/prefixes
|
|
||||||
*.[568vq]
|
|
||||||
[568vq].out
|
|
||||||
|
|
||||||
*.cgo1.go
|
|
||||||
*.cgo2.c
|
|
||||||
_cgo_defun.c
|
|
||||||
_cgo_gotypes.go
|
|
||||||
_cgo_export.*
|
|
||||||
|
|
||||||
_testmain.go
|
|
||||||
|
|
||||||
testssh
|
|
||||||
*.exe
|
|
||||||
*.test
|
|
Loading…
Reference in New Issue