Tomo will call the parse functions in Theme and Config
This commit is contained in:
@@ -2,8 +2,8 @@ package theme
|
||||
|
||||
import "io"
|
||||
|
||||
// Parse parses a theme file and returns it as a Theme.
|
||||
func Parse (io.Reader) (Theme) {
|
||||
// Parse parses one or more theme files and returns them as a Theme.
|
||||
func Parse (sources ...io.Reader) (Theme) {
|
||||
// TODO
|
||||
return Default { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user