This commit is contained in:
coward
2023-12-21 14:53:54 +08:00
parent ed28bcfebb
commit ca74675fc0
3 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/cowardmrx/knadh-nacos-provider
module github.com/cowardmrx/koanf-nacos-provider
go 1.21

View File

@@ -1,4 +1,4 @@
package main
package koanf_nacos_provider
import (
"errors"

View File

@@ -1,4 +1,4 @@
package main
package koanf_nacos_provider
import (
"fmt"