Snider
|
eef4e737aa
|
refactor(store): replace banned stdlib imports with core/go primitives
Security Scan / security (push) Has been cancelled
Test / test (push) Has been cancelled
- fmt → core.Sprintf, core.E
- strings → core.Contains, core.HasPrefix, core.Split, core.Join, core.Trim
- os → core.Fs operations
- path/filepath → core.JoinPath, core.PathBase
- encoding/json → core.JSONMarshal, core.JSONUnmarshal
- Add usage example comments to all exported struct fields
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-08 16:43:49 +01:00 |
|