Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cydave/staticfs
staticfs is a simple static assets server for gin-gonic/gin using go embed
https://github.com/cydave/staticfs
gin gin-gonic goembed static
Last synced: 8 days ago
JSON representation
staticfs is a simple static assets server for gin-gonic/gin using go embed
- Host: GitHub
- URL: https://github.com/cydave/staticfs
- Owner: cydave
- License: wtfpl
- Created: 2024-10-07T08:39:40.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-07T11:06:23.000Z (3 months ago)
- Last Synced: 2024-10-30T15:54:51.537Z (about 2 months ago)
- Topics: gin, gin-gonic, goembed, static
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# staticfs
A simple static assets server for [gin](https://github.com/gin-gonic/gin) via [go embed](https://pkg.go.dev/embed).
Check out the [examples](examples/).