v0.1.0 Release
This commit is contained in:
@ -301,10 +301,4 @@ if err := cfg.Scan("database", &dbCfg); err != nil {
|
||||
3. **Validate After Load**: Add validators to check loaded values
|
||||
4. **Handle Missing Files**: Missing config files often aren't fatal
|
||||
5. **Use Atomic Saves**: The built-in Save method is atomic
|
||||
6. **Document Structure**: Comment your TOML files thoroughly
|
||||
|
||||
## See Also
|
||||
|
||||
- [Live Reconfiguration](reconfiguration.md) - Automatic file reloading
|
||||
- [Builder Pattern](builder.md) - File discovery options
|
||||
- [Access Patterns](access.md) - Working with loaded values
|
||||
6. **Document Structure**: Comment your TOML files thoroughly
|
||||
Reference in New Issue
Block a user