Skip to content

sanatgersappa/rulengine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%