gorilla / schemaLinks
Package gorilla/schema fills a struct with form values.
☆1,483Updated last year
Alternatives and similar repositories for schema
Users that are interested in schema are comparing it to the libraries listed below
Sorting:
- Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃☆1,731Updated last year
- go-querystring is Go library for encoding structs into URL query strings.☆2,124Updated last week
- Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒☆1,169Updated 8 months ago
- A UUID package for Go☆1,754Updated 3 weeks ago
- Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.☆896Updated 2 months ago
- Package validator implements struct field validations☆1,335Updated 3 years ago
- The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language☆2,180Updated last year
- Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.☆723Updated 2 years ago
- Go net/http configurable handler to handle CORS requests☆2,847Updated 2 weeks ago
- errors with stacktraces for go☆1,003Updated last year
- A Go (golang) package for representing a list of errors as a single error.☆2,536Updated 3 weeks ago
- A golang package for converting to snake_case or CamelCase☆1,124Updated 2 years ago
- Pretty printing for Go values☆1,402Updated last year
- A generator library for concise, unambiguous and URL-safe UUIDs☆1,383Updated this week
- A tiny generator of random data for golang, also known as a faker☆953Updated 2 years ago
- Go package for easily rendering JSON, XML, binary data, and HTML templates responses.☆1,990Updated last year
- Jet template engine☆1,374Updated 9 months ago
- Simple profiling for Go☆2,051Updated 3 years ago
- Package throttled implements rate limiting access to resources such as HTTP endpoints.☆1,576Updated 4 months ago
- A Go HTTP client library for creating and sending API requests☆1,717Updated last week
- GoLang Parse many date strings without knowing format in advance.☆2,131Updated 2 years ago
- Dead simple rate limit middleware for Go.