package
Version:
v1.53.2
Opens a new window with list of versions in this module.
Published: Oct 16, 2019
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
schema
Package schema
parses incoming form data to a struct using gorilla/schema but also parses RFC3339 timestamps.
Install
import (
"libs.altipla.consulting/schema"
)
Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using make gofmt
.
Running tests
Run the tests:
make test
License
MIT License
Documentation
¶
Package schema parses incoming form data to a struct using gorilla/schema but also parses RFC3339 timestamps.
Load parses the form in the request and loads the incoming data into the struct
pointer provided in dst.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.