fieldryand / goflow

Simple but powerful DAG scheduler and dashboard
MIT License
393 stars 31 forks source link

Embed ui static file in one binary file #49

Closed zengzhengrong closed 9 months ago

zengzhengrong commented 10 months ago

go1.16 has support embed comment,to remove ui file dependency

fieldryand commented 10 months ago

Thanks, this is another good idea. I'll include this in the next version.

fieldryand commented 9 months ago

I thought about it more. I aim to continue supporting version 2.x.x, and this feature would not be backwards-compatible. More important, as a design decision, the UI should be optional. Therefore at this point I would say no to this change.