changed package name

This commit is contained in:
Dimitri Herzog 2021-08-30 18:12:33 +02:00
parent 8a2a3fb666
commit 26efda23bf
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ serve_docs: ## serves online docs
mkdocs serve
build: ## Build binary
go build -v -ldflags="-w -s -X blocky/util.Version=${VERSION} -X blocky/util.BuildTime=${BUILD_TIME}" -o $(BIN_OUT_DIR)/$(BINARY_NAME)$(BINARY_SUFFIX)
go build -v -ldflags="-w -s -X github.com/0xERR0R/blocky/util.Version=${VERSION} -X github.com/0xERR0R/blocky/util.BuildTime=${BUILD_TIME}" -o $(BIN_OUT_DIR)/$(BINARY_NAME)$(BINARY_SUFFIX)
test: ## run tests
go test -v -coverprofile=coverage.txt -covermode=atomic -cover ./...