1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/go-form/pkg-plist
Carlo Strub 5a62a7d924 This library is designed to allow seamless, high-fidelity encoding and
decoding of arbitrary data in application/x-www-form-urlencoded format and as
url.Values. It is intended to be useful primarily in dealing with web forms
and URI query strings, both of which natively employ said format.

WWW: https://github.com/ajg/form
2016-07-11 20:01:51 +00:00

14 lines
511 B
Plaintext

%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/TODO.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/decode.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/decode_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encode.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encode_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/form.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/form_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/node.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/node_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/pre-commit.sh