Go lang http.FileSystem packages
package | description | data source |
---|---|---|
zipfs | zip filesystem | zip file |
gitfs | git filesystem | git bare repository |
unionfs | as union filesystem | multiple http.FileSystem(s) |
indexfs | custom directory index | http.FileSystem |
templatefs | template engine execute | http.FileSystem |
example code | description |
---|---|
tinyweb | tiny http static server (dir, zip, git) |