linxGnu / gouv

Go binding for latest libuv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Go binding for latest libuv

License:Apache License 2.0


Languages

Language:Go 84.9%Language:C 14.4%Language:Python 0.7%