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: 2 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T11:06:23.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T02:15:01.306Z (over 1 year 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/).