Skip to content

linxGnu/gouv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published