Versions in this module Expand all Collapse all v0 v0.0.7 May 30, 2026 Changes in this version + func FindKeyLine(filePath string, key string) int type Config + func ReadDir(opencodeDir string) (*Config, error) v0.0.6 May 29, 2026 Changes in this version + func SortedKeys(m map[string]interface{}) []string + type Config struct + Data Data + Path string + func Read(dir string) (*Config, error) + func (c *Config) Write() error + type Data = map[string]interface