TAG=latest make image
λ docker run --rm -d -p 9999:9999 beeceej/igo:latest
λ docker run --network host beeceej/igo:latest "igoclient 'func hi() string { return \"Hello\"}'"
- Function Parsing
- Single Function parsing
- Multiple Function parsing at a time
- Expressions
- Calling built in functions
- Calling user defined functions
Follow the development of iGo here: