gorilla / schemaLinks
Package gorilla/schema fills a struct with form values.
☆1,473Updated last year
Alternatives and similar repositories for schema
Users that are interested in schema are comparing it to the libraries listed below
Sorting:
- go-querystring is Go library for encoding structs into URL query strings.☆2,104Updated 2 months ago
- Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃☆1,726Updated last year
- Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒☆1,162Updated 7 months ago
- A UUID package for Go☆1,743Updated last week
- Package validator implements struct field validations☆1,337Updated 3 years ago
- Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.☆879Updated last month
- The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language☆2,171Updated last year
- Simple profiling for Go☆2,047Updated 3 years ago
- Package throttled implements rate limiting access to resources such as HTTP endpoints.☆1,568Updated 2 months ago
- Go (golang) implementation of http://www.hashids.org