AssetFile return a http.FileSystem instance that data backend by asset.
()
| 12 | |
| 13 | // AssetFile return a http.FileSystem instance that data backend by asset. |
| 14 | func AssetFile() http.FileSystem { |
| 15 | return http.FS(data) |
| 16 | } |
no outgoing calls
no test coverage detected