Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 219 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 219 Bytes

rulengine

Rule Engine

You can try it by following steps

cd bin
go build rulengine.go
#define your rules in rules.txt
./rulengine --rules ../rules.txt --data "age=37&gender=male&salary=12345"