This Golang module is a wrapper for Tolk library (C).
No changes have been made to the use API. Only utf-8/ utf-16 conversions is automatically. You do not need to do these conversions.
You can check the examples folder to see more stuff.
go get -u github.com/SeanTolstoyevski/talker
This command gets the latest tagged version (git tag).
To install the latest commit:
go get github.com/SeanTolstoyevski/talker@master
This command install the last commit in the master branch.
Don't remember to copy the dynamic link libraries for the project directory you are using Talker for. Examples can be found in the appveyor file.