Awesome Go Resource Embedding

  • updated about 3 years ago The Unlicense

    Include files in your binary the easy way

  • debme debme 23
    star
    updated about 1 year ago MIT License

    embed.FS wrapper providing additional functionality

  • updated over 3 years ago European Union Pu...
  • esc esc 639
    star
    updated 7 months ago MIT License

    A simple file embedder for Go

  • updated about 1 year ago MIT License

    a better customizable tool to embed files in go; also update embedded files remotely without restarting the server

  • updated about 1 year ago Other

    A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.

  • updated about 2 years ago BSD 2-Clause "Sim...

    Serves embedded files from `jteeuwen/go-bindata` with `net/http`

  • updated over 1 year ago MIT License

    Unfancy resources embedding for Go with out of box http.FileSystem support.

  • go.rice go.rice 2,404
    star
    updated over 1 year ago BSD 2-Clause "Sim...

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

  • mewn mewn 84
    star
    updated about 1 year ago MIT License

    ARCHIVED: A zero dependency asset embedder for Go

  • mule mule 12
    star
    updated over 1 year ago MIT License

    mule is a tool to be used with 'go generate' to embed external resources files into Go code.

  • rebed rebed 23
    star
    updated over 1 year ago BSD 3-Clause "New...

    Recreates directory and files from embedded filesystem using Go 1.16 embed.FS type.

  • rsrc rsrc 1,084
    star
    updated 12 months ago MIT License

    Tool for embedding .ico & manifest resources in Go programs for Windows.

  • updated over 7 years ago MIT License

    πŸ“ Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks

  • statik statik 3,649
    star
    updated 12 months ago Apache License 2.0

    Embed files into a Go executable

  • updated over 2 years ago MIT License

    A tool to be used with 'go generate' to embed external template files into Go code.

  • vfsgen vfsgen 980
    star
    updated 5 months ago MIT License

    Takes an input http.FileSystem (likely at go generate time) and generates Go code that statically implements it.