1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00

examples: clean examples (#1036)

* clean examples

* update yaml to v3
This commit is contained in:
Tony Chen
2021-06-12 20:20:18 +08:00
committed by GitHub
parent 67c1e4584b
commit 00088f644a
24 changed files with 131 additions and 193 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package yaml
import (
"github.com/go-kratos/kratos/v2/encoding"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
// Name is the name registered for the json codec.