mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add go-embed in resource embedding section
This commit is contained in:
parent
b2a6a4e101
commit
6ef4514dbf
@ -72,7 +72,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
- [Go Tools](#go-tools)
|
- [Go Tools](#go-tools)
|
||||||
- [Software Packages](#software-packages)
|
- [Software Packages](#software-packages)
|
||||||
- [DevOps Tools](#devops-tools)
|
- [DevOps Tools](#devops-tools)
|
||||||
- [Other Software](#other-software)
|
- [Other Software](#other-software)re
|
||||||
|
|
||||||
- [Server Applications](#server-applications)
|
- [Server Applications](#server-applications)
|
||||||
|
|
||||||
@ -641,12 +641,12 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
## Resource Embedding
|
## Resource Embedding
|
||||||
|
|
||||||
* [go-bindata](https://github.com/jteeuwen/go-bindata) - Package that converts any file into managable Go source code.
|
* [go-bindata](https://github.com/jteeuwen/go-bindata) - Package that converts any file into managable Go source code.
|
||||||
|
* [go-embed](https://github.com/pyros2097/go-embed) - Generates go code to embed resource files into your library or executable
|
||||||
* [go-resources](https://github.com/omeid/go-resources) - Unfancy resources embedding with Go.
|
* [go-resources](https://github.com/omeid/go-resources) - Unfancy resources embedding with Go.
|
||||||
* [go.rice](https://github.com/GeertJohan/go.rice) - go.rice is a Go package that makes working with resources such as html,js,css,images and templates very easy.
|
* [go.rice](https://github.com/GeertJohan/go.rice) - go.rice is a Go package that makes working with resources such as html,js,css,images and templates very easy.
|
||||||
* [statics](https://github.com/go-playground/statics) - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks.
|
* [statics](https://github.com/go-playground/statics) - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks.
|
||||||
* [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem.
|
* [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem.
|
||||||
|
|
||||||
|
|
||||||
## Science and Data Analysis
|
## Science and Data Analysis
|
||||||
|
|
||||||
*Libraries for scientific computing and data analyzing.*
|
*Libraries for scientific computing and data analyzing.*
|
||||||
|
Loading…
Reference in New Issue
Block a user