mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
5a62a7d924
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
14 lines
511 B
Plaintext
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
|