Awesome
kiwigo
https://github.com/bab2min/Kiwi for go
Dependencies
- Install Kiwi
check out how to install Kiwi here
Example script (install using the helper script)
make install-kiwi
Example script (install from source)
git clone git@github.com:bab2min/Kiwi.git
cd Kiwi
git submodule sync
git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make
make install
ldconfig