This is a Go language package providing Perl-Compatible RegularExpression support using libpcre++.
-
install libpcre++-dev
-
go get
go get github.com/kyoh86/go-pcre/
Go programs that depend on this package should import this package as follows to allow automatic downloading:
import (
"github.com/kyoh86/go-pcre/"
)
This is a fork of golang-pkg-pcre.