Categorygithub.com/linxgnu/gouv
repositorypackage
0.0.0-20170916054811-63f578383421
Repository: https://github.com/linxgnu/gouv.git
Documentation: pkg.go.dev

# README

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