Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 542 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 542 Bytes

tulipindicators-go

An attempt to wrap tulipindicators in go. Each indicator is wrapped in its auto-generated source file under indicators/, with matching inputs, options, and outputs as its underlying C function.

As go does not support go get with git submodule, the repository include a checked out version tulipindicators source files. The included files are from commit cffa15e.