conform
Field Formatter
Automatically trims and sanitizes struct string fields in Go based on embedded tags.
Trims, sanitizes & scrubs data based on struct tags (go, golang)
323 stars
6 watching
36 forks
Language: Go
last commit: about 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| Formatter for log messages in Go applications, enabling human-readable output with customizable formatting options. | 4 |
| A library for populating structs with data from various formats. | 35 |
| Decodes binary data into structured format | 99 |
| A tool to convert data from XML or JSON formats into Go structs. | 34 |
| A utility package for formatting and serializing data in standard formats. | 17 |
| Enables regular expressions to be defined as struct fields and captures sub-expressions into those fields | 591 |
| Tool for declaratively parsing command-line flags in Go using struct tags. | 11 |
| Provides a structured approach to parsing command-line arguments in Go | 2,046 |
| Allows users to declaratively unmarshal HTML into Go structs using struct tags composed of CSS selectors. | 262 |
| A Go library for efficient string matching using compile-time glob patterns. | 968 |
| Golang beautifies data display by providing formatting options for humans | 308 |
| A library that provides attribute formatting for structured logging in Go. | 133 |
| A Go package for encoding and decoding URL parameters into structured data types | 781 |
| Formats Go test results as readable documentation | 122 |
| Struct validation using tags | 51 |