package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 27, 2023
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.
Documentation
¶
Default feeder.
It feeds the fields using default value if tag exists.
Example:
type Config struct {
Host string `default:"localhost"`
Port int `default:"8080"`
}
Feed feeds the structure with the default value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.