Initial commit v0.0.1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 3 Nov 2017 17:32:24 +0000 (18:32 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 6 Nov 2017 14:35:18 +0000 (15:35 +0100)
commitc35d7a0fc8bbb1f9123bb41a7b66e45ea2564dd2
tree38e0ab51a68548bb61cf6ca0de01a268f41a5701
Initial commit

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
13 files changed:
.gitignore [new file with mode: 0644]
.vscode/launch.json [new file with mode: 0644]
.vscode/settings.json [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
cmd-exec.go [new file with mode: 0644]
cmd-misc.go [new file with mode: 0644]
cmd-projects.go [new file with mode: 0644]
cmd-sdks.go [new file with mode: 0644]
glide.yaml [new file with mode: 0644]
main.go [new file with mode: 0644]
utils.go [new file with mode: 0644]