Skip to content

Instantly share code, notes, and snippets.

View factoidforrest's full-sized avatar
🏠
Working from home

Forrest factoidforrest

🏠
Working from home
View GitHub Profile
@factoidforrest
factoidforrest / parse.go
Created May 24, 2023 18:47
trying to parse proto options
package grpc
import (
"fmt"
"github.com/jhump/protoreflect/desc"
"google.golang.org/protobuf/types/descriptorpb"
"strings"
"testing"
)