An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# static

[![Build Status](https://travis-ci.org/hyperboloide/static.svg?branch=master)](https://travis-ci.org/hyperboloide/static)
[![GoDoc](https://godoc.org/github.com/hyperboloide/static?status.svg)](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.