gofr
gofr copied to clipboard
Support for serving static files
trafficstars
How should the API look like? I'm thinking of something like this:
app.AddStaticFiles("/static", "./static")
We can follow a convention also. If a public folder is present, files in that folder can be accessed by the server.
Can I try to work on this?