initial commit

This commit is contained in:
2025-01-23 16:07:15 +08:00
parent ec14bc4dce
commit 10366b3349
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
## usage
```shell
go get
go get gitea.v39.writerpass.top/Public/json-configure-golang
```
```go

View File

@@ -9,7 +9,7 @@ type AppConfig struct {
func main() {
configure := AppConfig{
AppName: "aaaaa",
AppName: "test-app-name",
}
cc := ConfigConfigure{
AppName: "json-configure",