Registry / web-framework / vearutop-statigz

vearutop-statigz

JSON →
library1.5.0gogounverified

Serves pre-compressed embedded files with HTTP.

go get github.com/vearutop/statigz
INSTALL
IMPORT
SIG · VEARUTOP-STATIGZ
V
vearutop-statigz
web-frameworkgov1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

statigz
✓ github.com/vearutop/statigz

Serve pre-compressed embedded files.

package main import ( "net/http" "github.com/vearutop/statigz" ) func main() { fs := statigz.FileServer(embeddedFiles) http.Handle("/", fs) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
vearutop-statigz — go get vearutop-statigz · libregistry