Get web_connectivity to work with dynamic URL fetching

This commit is contained in:
Arturo Filastò
2018-03-23 12:41:06 +01:00
parent 4bbffa9cd5
commit 00859e87a6
6 changed files with 104 additions and 8 deletions
+5
View File
@@ -5,6 +5,11 @@ build:
@$(GO) build -i -o dist/ooni cmd/ooni/main.go
.PHONY: build
update-mk:
@echo "updating mk"
@dep ensure -update github.com/measurement-kit/go-measurement-kit
.PHONY: update-mk
bindata:
@$(GO) run vendor/github.com/shuLhan/go-bindata/go-bindata/*.go \
-nometadata \