Remove unused functions and unexport internal sentinel error

This commit is contained in:
2026-02-09 00:06:01 +04:00
parent 6a713ef241
commit c1584eb47b
3 changed files with 15 additions and 49 deletions

View File

@@ -93,10 +93,6 @@ type Config struct {
Js []string `yaml:"js,omitempty"`
}
func NewConfig() *Config {
return &Config{}
}
func (config Config) MarshalYAML() (any, error) {
const randomValueComment = "Cycles through all values, with a new random start each round"