mirror of
https://github.com/go-kratos/kratos.git
synced 2026-05-22 10:15:24 +02:00
fix(examples/config): fixed spelling mistake (#1186)
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user