summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2019-04-08Use go module as dependency tool instead of glidehalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1Sebastien Douheret1-1/+0
Get ride of glide tool (marked as obsolete) and go module instead to populate dependency packages. See also: https://github.com/golang/go/wiki/Modules Bug-AGL: SPEC-2289 Change-Id: I9c16bb0759c34cab48b5bd03fc29993c38608c6e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret1-2/+4
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-24Support Windows cross-build.Sebastien Douheret1-0/+1
Use following command cross build for Windows on a Linux machine: GOOS=windows GOARCH=amd64 make Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-15Initial commit.Sebastien Douheret1-0/+11
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>