update module refs to work in outside GOPATH

This commit is contained in:
2024-03-06 12:51:55 +05:30
parent 664f82d4cf
commit 7910cec1e0
2 changed files with 2 additions and 3 deletions

View File

@@ -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)" ""

View File

@@ -3,7 +3,7 @@ package main
import (
"fmt"
"os"
"qc/internal/argparser"
"gitea.kevinnlsamuel.com/kevinnls/qc/internal/argparser"
)
func main() {