Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1000 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 1000 Bytes

talker – Golang wrapper for Tolk library

Go Reference

Welcome to Talker's Repo!

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.

İnstallation

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.