/go-pacparser

golang bindings for pacparser library

Primary LanguageGoMozilla Public License 2.0MPL-2.0

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.