From e238e6916f71e4776d9bf2495d92020640bb49b6 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 16 五月 2023 17:05:57 +0800
Subject: [PATCH] for go get

---
 .gitignore              |    2 +-
 cmd/clib/libnsqclient.h |    2 +-
 cmd/main.go             |    4 ++--
 cmd/TST/test/test.go    |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 129af67..54adcfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,7 +22,7 @@
 *.exe
 *.test
 
-nsqCli
+gonsqcli
 cnsqcli
 go.sum
 go.mod
diff --git a/cmd/TST/test/test.go b/cmd/TST/test/test.go
index 2e1a679..2efce4c 100644
--- a/cmd/TST/test/test.go
+++ b/cmd/TST/test/test.go
@@ -1,10 +1,10 @@
 package test
 
 import (
+	"basic.com/aps/nsqclient.git"
 	"context"
 	"fmt"
 	"log"
-	"nsqclient/nsqclient"
 	"time"
 )
 
diff --git a/cmd/clib/libnsqclient.h b/cmd/clib/libnsqclient.h
index d83304d..7633101 100644
--- a/cmd/clib/libnsqclient.h
+++ b/cmd/clib/libnsqclient.h
@@ -1,6 +1,6 @@
 /* Code generated by cmd/cgo; DO NOT EDIT. */
 
-/* package nsqclient */
+/* package gonsqcli */
 
 
 #line 1 "cgo-builtin-export-prolog"
diff --git a/cmd/main.go b/cmd/main.go
index 4eec6c9..5bc594d 100644
--- a/cmd/main.go
+++ b/cmd/main.go
@@ -5,8 +5,8 @@
 import "C"
 
 import (
-	"nsqclient/TST/test"
-	"nsqclient/nsqclient"
+	"basic.com/aps/nsqclient.git"
+	"gonsqcli/TST/test"
 	"sync"
 	"time"
 	"unsafe"

--
Gitblit v1.8.0