1
0
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:
pokitpeng
2021-07-14 03:03:16 -05:00
committed by GitHub
parent 7f394d0d0a
commit e8c9a361d3
+1 -1
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"`