1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

fix(examples/config): fixed spelling mistake (#1186)

This commit is contained in:
pokitpeng 2021-07-14 03:03:16 -05:00 committed by GitHub
parent 7f394d0d0a
commit e8c9a361d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ func main() {
// Defines the config JSON Field
var v struct {
Serivce struct {
Service struct {
Name string `json:"name"`
Version string `json:"version"`
} `json:"service"`