statics
Static embedder
A tool that embeds static resources into Go applications for single binary compilation and serves files via http.FileSystem.
Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks
67 stars
5 watching
7 forks
Language: Go
last commit: about 8 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
wlbr/mule | Embeds external resources into Go code to create single file executables without dependencies. | 15 |
schovi/baked_file_system | A tool for embedding static files into an application's binary during compilation | 177 |
shulhan/go-bindata | A utility to embed binary data in Go programs | 189 |
unnoted/fileb0x | A tool for embedding files in Go programs and updating them remotely without restarting the server. | 635 |
go-playground/generate | Automates the process of generating setup code in Go projects | 30 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
danieldk/go2vec | A package for reading and analyzing word embeddings from the word2vec format in Go. | 56 |
goanywhere/rex | A modular web development framework that provides a lightweight and flexible way to build scalable web applications in Go. | 33 |
go-simpler/env | A package that simplifies loading environment variables into configuration structures in Go applications. | 66 |
gomah/vue-embed | An embed component for Vue 2.x that allows embedding various types of content using the embed.js library. | 59 |
mozillazg/go-httpheader | A library to encode structs into HTTP header fields | 46 |
rocketlaunchr/igo | A tool that improves the Go programming language by providing syntactical sugar and tools to make code simpler and easier to read. | 66 |
shurcool/vfsgen | A code generator that statically implements an HTTP file system | 982 |
go-playground/log | A simple and highly configurable logging library for Go. | 293 |
earthboundkid/be | A testing library with generic assertions and helpers for Go tests | 102 |