https://github.com/golang/open2opaque
The open2opaque tool migrates Go packages from the Go Protobuf Open Struct API to the Opaque API.
https://github.com/golang/open2opaque
Last synced: 5 days ago
JSON representation
The open2opaque tool migrates Go packages from the Go Protobuf Open Struct API to the Opaque API.
- Host: GitHub
- URL: https://github.com/golang/open2opaque
- Owner: golang
- License: bsd-3-clause
- Created: 2024-12-04T20:58:32.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-06-05T08:04:51.000Z (19 days ago)
- Last Synced: 2025-06-05T09:20:51.319Z (19 days ago)
- Language: Go
- Homepage:
- Size: 285 KB
- Stars: 19
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# open2opaque
The program open2opaque migrates Go code using Go Protobuf from the Open API
to the Opaque API.See https://go.dev/blog/protobuf-opaque for context.