Skip to content

cotox/go-toxcore-c

 
 

Repository files navigation

Build Status GoDoc

go-toxcore-c

The golang bindings for libtoxcore

Installation

go get -v gopkg.in/cotox/go-toxcore-c.v2

Examples

import "gopkg.in/cotox/go-toxcore-c.v2"

// use custom options
opt := tox.NewToxOptions()
t := tox.NewTox(opt)
av := tox.NewToxAv(t)

// use default options
t := tox.NewTox(nil)
av := tox.NewToxAv(t)

Tests

go test -v -covermode count

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

The golang bindings for libtoxcore (Project Tox).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.0%
  • C 5.9%
  • Python 1.1%