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"