From ca74675fc06fe763a6e67ec3ebaf9880b01b01ab Mon Sep 17 00:00:00 2001 From: coward Date: Thu, 21 Dec 2023 14:53:54 +0800 Subject: [PATCH] :art: --- go.mod | 2 +- nacos.go | 2 +- nacos_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0ccd01c..2675411 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/cowardmrx/knadh-nacos-provider +module github.com/cowardmrx/koanf-nacos-provider go 1.21 diff --git a/nacos.go b/nacos.go index 1524a2a..503e8a0 100644 --- a/nacos.go +++ b/nacos.go @@ -1,4 +1,4 @@ -package main +package koanf_nacos_provider import ( "errors" diff --git a/nacos_test.go b/nacos_test.go index 17f4c70..3e1a828 100644 --- a/nacos_test.go +++ b/nacos_test.go @@ -1,4 +1,4 @@ -package main +package koanf_nacos_provider import ( "fmt"