Description
From v0.8.0 buffalo started using io/fs from the standard library which replaced packr and this limits backward compatibility when upgrading other buffalo versions to the latest version.
It will be convenient to allow both support for packr and fs. Instead of doing a code rewrite which can break the system.
Would love to get feedback if it is a good approach.
Description
From
v0.8.0buffalo started usingio/fsfrom the standard library which replacedpackrand this limits backward compatibility when upgrading other buffalo versions to the latest version.It will be convenient to allow both support for
packrandfs. Instead of doing a code rewrite which can break the system.Would love to get feedback if it is a good approach.