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

config test (#1063)

* init test

* reader test
This commit is contained in:
Windfarer
2021-06-16 15:28:54 +08:00
committed by GitHub
parent 53522c4098
commit 4e96e08471
4 changed files with 251 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
const Name = "json"
var (
// MarshalOptions is a configurable JSON format marshaler.
// MarshalOptions is a configurable JSON format marshaller.
MarshalOptions = protojson.MarshalOptions{
EmitUnpopulated: true,
}