An open API service indexing awesome lists of open source software.

https://github.com/michilu/cel-spec-go

cel-spec to Go transpiler
https://github.com/michilu/cel-spec-go

cel-spec compiler golang transcompiler transpiler

Last synced: 5 months ago
JSON representation

cel-spec to Go transpiler

Awesome Lists containing this project

README

          

# cel-spec-go
cel-spec to Go transpiler

# Install

Require [Go modules](https://github.com/golang/go/wiki/Modules) ([go1.11rc2](https://golang.org/dl/#unstable) and higher).

```console
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
```