Skip to content

manfromth3m0oN/jexl-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jexl-go

A small library to evaluate jexl expressions in Go

Getting Started

Get the pacakge like so

go get github.com/manfromth3m0oN/jexl-go

Then import the package and call Eval()

import "github.com/manfromth3m0oN/jexl-go"

jexlExpr := "6 * 12 + 5 / 2.6"
eval, err := jexl.Eval(jexlExpr)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published