capnproto / go-capnp

Cap'n Proto library and code generator for Go

Home Page:https://capnproto.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for generate Cap'n Proto text format file

VaalaCat opened this issue · comments

I am currently working on a platform built with Cloudflare's Workers, which requires a Cap'n Proto text format configuration file. I would greatly appreciate the ability to generate this file from your Golang package. Thank you!

P.S. workerd: https://github.com/cloudflare/workerd

I think the package encoding/text within this repository does what you want.

This seems suitable for my needs. Great Thanks!