From 7910cec1e0f45a8623b75a1b1427768cc57dd925 Mon Sep 17 00:00:00 2001 From: kevinnls Date: Wed, 6 Mar 2024 12:51:55 +0530 Subject: [PATCH] update module refs to work in outside GOPATH --- Makefile | 3 +-- main.go | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 66b5de1..9eb69c3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -GO_MODULE = qc -GO_MODULE_FULL = gitea.kevinnlsamuel.com/kevinnls/$(GO_MODULE) +GO_MODULE = gitea.kevinnlsamuel.com/kevinnls/qc ifeq "$(shell command -v go)" "" diff --git a/main.go b/main.go index 394d7b0..d9b0557 100644 --- a/main.go +++ b/main.go @@ -3,7 +3,7 @@ package main import ( "fmt" "os" - "qc/internal/argparser" + "gitea.kevinnlsamuel.com/kevinnls/qc/internal/argparser" ) func main() {