package config type Image struct { Root string `ini:"root"` Thumb string `ini:"thumb"` Source string `ini:"source"` }