https://github.com/hyperboloide/static
A static assets handler for the gin framework
https://github.com/hyperboloide/static
gin-gonic go-bindata
Last synced: 5 months ago
JSON representation
A static assets handler for the gin framework
- Host: GitHub
- URL: https://github.com/hyperboloide/static
- Owner: hyperboloide
- License: mit
- Created: 2016-10-28T17:34:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T14:40:57.000Z (over 9 years ago)
- Last Synced: 2025-08-13T22:43:29.992Z (10 months ago)
- Topics: gin-gonic, go-bindata
- Language: Go
- Size: 2.65 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# static
[](https://travis-ci.org/hyperboloide/static)
[](https://godoc.org/github.com/hyperboloide/static)
A static assets handler for the gin framework that can serve files from assets
generated by [go-bindata](https://github.com/jteeuwen/go-bindata).
Check the [demo](https://github.com/hyperboloide/static/tree/master/demo) to see
an example fileserver.