Open iu0v1 opened 9 years ago
Hello. How about implement multiple inners load? I try wrote patch with this feature, based on
func LoadMultiple(opts *Options, basePath string, innerPaths ...string)
but got a lot of obstacles in the code architecture. And for not to rewrite a lot of code in "dirty way style", do you plan this functionality in the future? Thanks in advance.
Thanks for your issue. Interesting. I'll consider how to implement this function later.
Hello. How about implement multiple inners load? I try wrote patch with this feature, based on
but got a lot of obstacles in the code architecture. And for not to rewrite a lot of code in "dirty way style", do you plan this functionality in the future? Thanks in advance.