1 /* 2 Package iofs provides the Go 1.16+ io/fs#FS driver. 3 4 It can accept various file systems (like embed.FS, archive/zip#Reader) implementing io/fs#FS. 5 6 This driver cannot be used with Go versions 1.15 and below. 7 8 Also, Opening with a URL scheme is not supported. 9 */ 10 package iofs 11