refactor: update module path from github.com/nexavpn/nexavpn/backend to nexavpn/backend
Update go.mod module declaration and all internal imports across the backend codebase to use simplified nexavpn/backend path instead of full GitHub URL.
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/nexavpn/nexavpn/backend/internal/app"
|
||||
"github.com/nexavpn/nexavpn/backend/internal/config"
|
||||
"nexavpn/backend/internal/app"
|
||||
"nexavpn/backend/internal/config"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user