Closed Unrud closed 2 years ago
Can you please explain the change?
The function AssetInfo is generated by go-bindata and returns FileInfo for the specified file path. The removed function assetInfo on the other hand tries to get FileInfo from a file on the real filesystem.
AssetInfo
FileInfo
assetInfo
Can you please explain the change?