Skip to content

michilu/cel-spec-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cel-spec-go

cel-spec to Go transpiler

Install

Require Go modules (go1.11rc2 and higher).

go get -d github.com/michilu/cel-spec-go
cd $(go env GOPATH)/src/github.com/michilu/cel-spec-go
GO111MODULE=on go1.11rc2 install