Fix project import path

This commit is contained in:
2018-10-08 18:50:11 +02:00
parent 0c6febd4c4
commit 9e549dd740
324 changed files with 56914 additions and 9663 deletions

View File

@ -1,5 +1,5 @@
PROJECT_NAME := "gonextcloud"
PKG := "github.com/partitio/$(PROJECT_NAME)"
PKG := "gitlab.adphi.fr/partitio/Nextcloud-Partitio/$(PROJECT_NAME)"
PKG_LIST := $(shell go list ${PKG})
GO_FILES := $(shell find . -name '*.go' | grep -v _test.go)
@ -20,11 +20,11 @@ msan: dep ## Run memory sanitizer
@go test -msan -short ${PKG_LIST}
coverage: ## Generate global code coverage report
mkdir -p cover
@mkdir -p cover
go tool cover -html=cover/gonextcloud.cov -o coverage.html
dep: ## Get the dependencies
mkdir -p vendor
@mkdir -p vendor
@govendor add +external
help: ## Display this help screen