Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 808 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 808 Bytes

go-pacparser

Mozilla Public License Go Reference Go Report Card

This package provides Go bindings for the pacparser library. It uses channels and a single handler to provide thread safety.

Installing

With a proper Go development environment simply run:

go get github.com/leprechau/go-pacparser

Examples

You can find a short example script in the example folder in this repository.