Skip to content

make di fs handle paths as the real fs does

Kai Michaelis requested to merge kai/issue153 into main

os.DirFS() requires stripping the initial / to work. While stboot code handles this, stmgr which imports it does not.

fixes #153 (closed)

Edited by Kai Michaelis

Merge request reports