awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
go-bindata avatar

go-bindata/go-bindata

0
View on GitHub↗
1,911 stars·153 forks·Go·9 views

Go Bindata

Turn data file into go code.

Features

  • Static Asset Embedding - Converts static files into Go source code.

Star history

Star history chart for go-bindata/go-bindataStar history chart for go-bindata/go-bindata

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Go Bindata

These projects share indexed features with Go Bindata. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • geertjohan/go.riceGeertJohan avatar

    GeertJohan/go.rice

    2,442View on GitHub↗

    go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy.

    Go
    View on GitHub↗2,442
  • gobuffalo/packrgobuffalo avatar

    gobuffalo/packr

    3,393View on GitHub↗

    The simple and easy way to embed static files into Go binaries.

    Gobuildgobuffalopackr
    View on GitHub↗3,393
  • leaanthony/mewnL

    leaanthony/mewn

    0View on GitHub↗
    View on GitHub↗0
  • markbates/pkgermarkbates avatar

    markbates/pkger

    1,185View on GitHub↗

    Embed static files in Go binaries (replacement for gobuffalo/packr)

    Go
    View on GitHub↗1,185
Compare all 6 related projects→

Frequently asked questions

What does go-bindata/go-bindata do?

Turn data file into go code.

What are the main features of go-bindata/go-bindata?

The main features of go-bindata/go-bindata are: Static Asset Embedding.

Which projects share features with go-bindata/go-bindata?

Projects with overlapping indexed features include: geertjohan/go.rice — go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy. gobuffalo/packr — The simple and easy way to embed static files into Go binaries. leaanthony/mewn. markbates/pkger — Embed static files in Go binaries (replacement for gobuffalo/packr). rakyll/statik — Statik is a build tool for the Go language that transforms directory structures and files into byte arrays within… shurcool/vfsgen — Takes an input http.FileSystem (likely at go generate time) and generates Go code that statically implements it.