/gouv

Go binding for latest libuv

Primary LanguageGoApache License 2.0Apache-2.0

gouv

Build Status Go Report Card Coverage Status godoc

Compatible with latest libuv (1.14.x) and Golang version >= 1.8.

Inspired by go-uv with bugs fixed and much more additional libuv handles.

prerequisites

  • libuv:
wget https://dist.libuv.org/dist/v1.14.1/libuv-v1.14.1.tar.gz
tar xzf libuv-v1.14.1.tar.gz
cd libuv-v1.14.1
sh autogen.sh
./configure
make
sudo make install
sudo ldconfig
  • pkg-config:
sudo apt-get install -y pkg-config