Categorygithub.com/godror/knownpb
repository
0.1.2
Repository: https://github.com/godror/knownpb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

knownpb

Protocol Buffer (protobuf) known types ./timestamppb with JSON and XML marshaling

You have to replace the "github.com/golang/protobuf/ptypes/timestamp" or "google.golang.org/protobuf/types/known/timestamppb" import path to "github.com/godror/knownpb/timestamppb".

The types has the same wire format as the replaced, but have proper Marshal/Unmarshal methods for Text, JSON and XML.