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

https://github.com/leafney/rose-gin-embed

Gin embed static resources through middleware
https://github.com/leafney/rose-gin-embed

gin rose

Last synced: 4 months ago
JSON representation

Gin embed static resources through middleware

Awesome Lists containing this project

README

        

# rose-gin-embed

## How to use

```go
router := gin.New()

router.Use(rge.Serve("/", rge.Embed(web.UIStatic)))
```