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 ## usage
```shell ```shell
go get go get gitea.v39.writerpass.top/Public/json-configure-golang
``` ```
```go ```go

View File

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