Get web_connectivity to work with dynamic URL fetching
This commit is contained in:
parent
4bbffa9cd5
commit
00859e87a6
6 changed files with 104 additions and 8 deletions
5
Makefile
5
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue