WiFi networks management API

This commit is contained in:
2018-09-19 13:00:08 +02:00
parent e7831091ad
commit a2d1c675d7
8 changed files with 241 additions and 16 deletions

View File

@ -13,7 +13,7 @@ test: tidy
go test -mod=vendor -v ./...
lint:
@PATH=$(PATH):./bin/gometalinter gometalinter -e '.*/pkg/mod' -e ".*/go/src" --vendor ./...
@PATH=$(PATH):./bin/gometalinter gometalinter -e '.*/pkg/mod' -e ".*/go/src" --vendor $(LINT_ARGS) ./...
tidy:
go mod tidy