package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Dec 10, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func New() *builderStruct
New creates a new [Builder] instance with an empty field set.
This is the starting point for building field specifications.
Example:
builder := Builder.New()
fields := builder.Add("name").Add("email").String()
// Result: "email,name"
Source Files
¶
Click to show internal directories.
Click to hide internal directories.