{"id":50337,"library":"rakyll-statik","title":"Static File Embedding Tool","description":"Embeds static files into a Go binary by generating code that registers directory contents as zip data.","status":"active","version":"0.1.8","language":"go","source_language":null,"source_url":"https://github.com/rakyll/statik","tags":["static","embed","files","binary"],"install":[{"cmd":"go get github.com/rakyll/statik","lang":"bash","label":"Install github.com/rakyll/statik"}],"dependencies":[],"imports":[{"symbol":"statik","correct":"github.com/rakyll/statik"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/rakyll/statik/fs\"\n\t_ \"github.com/rakyll/statik/example/statik\"\n)\n\nfunc main() {\n\tstatikFS, _ := fs.New()\n\thttp.Handle(\"/\", http.FileServer(statikFS))\n\thttp.ListenAndServe(\":8080\", nil)\n}","lang":"go","description":"Serves embedded static files via HTTP."},"warnings":[],"env_vars":null,"search_vec":"'binari':11,25 'code':14 'content':18 'data':21 'directori':17 'emb':5,23 'embed':3 'file':2,7,24 'generat':13 'go':10 'regist':16 'static':1,6,22 'tool':4 'zip':20","created_at":"2026-06-15T04:49:12.869533+00:00","updated_at":"2026-06-15T04:49:12.869533+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rakyll/statik","github":"https://github.com/rakyll/statik","docs":"https://pkg.go.dev/github.com/rakyll/statik#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}