google / cel-spec

Common Expression Language -- specification and binary representation
https://cel.dev
Apache License 2.0
2.59k stars 216 forks source link

Add golang module for canonical protos. Move existing go module under tests #342

Closed l46kok closed 3 months ago

l46kok commented 3 months ago

This change is to allow serving canonical protos cel.dev/expr for golang via go get cel.dev/expr.

sergiitk commented 3 months ago

@l46kok you might want to setup .gitattributes to mark pb.go files binary.

sergiitk commented 3 months ago

See https://github.com/cncf/xds/blob/6b7cb9e61ad79c99765a1dea2bede517d1b7db3e/.gitattributes#L1-L2

*.pb.go linguist-generated=true
*.pb.go -diff -merge
l46kok commented 3 months ago

PTAL