docs: warning

This commit is contained in:
gVisor bot 2022-03-30 13:05:46 +08:00
parent 501f95eefa
commit 2580e12fb2

View File

@ -40,7 +40,8 @@ func (pp *proxySetProvider) MarshalJSON() ([]byte, error) {
"type": pp.Type().String(),
"vehicleType": pp.VehicleType().String(),
"proxies": pp.Proxies(),
"updatedAt": pp.updatedAt,
//TODO maybe error because year value overflow
"updatedAt": pp.updatedAt,
})
}