Kalman Speier
Kalman Speier
in my case for example, i'm appending an additional func to the end of the output before writing to file... **main.go** ```go var assets http.FileSystem = http.Dir("dist") ``` **assets_generate.go** ```go...
Hi! Yes, sounds good. I was also wondering how to have a generic approach. I will update the PR.
Did you have a chance to take a look at the updated PR commits?
> hey @speier just found the time to start looking at this and it's looking great and in the right direction. The most relevant comment I have is that the...