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

pull/1190/head
pokitpeng 3 years ago committed by GitHub
parent 7f394d0d0a
commit e8c9a361d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/config/main.go

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

Loading…
Cancel
Save