mule
Resource embedder
Embeds external resources into Go code to create single file executables without dependencies.
mule is a tool to be used with 'go generate' to embed external resources files into Go code.
15 stars
3 watching
4 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
go-playground/statics | A tool that embeds static resources into Go applications for single binary compilation and serves files via http.FileSystem. | 67 |
shulhan/go-bindata | A utility to embed binary data in Go programs | 189 |
ynqa/wego | An open-source Go library for learning and manipulating vector representations of words | 474 |
yeqown/go-qrcode | A Go library for generating QR codes with customizable styles and options. | 566 |
unnoted/fileb0x | A tool for embedding files in Go programs and updating them remotely without restarting the server. | 635 |
danieldk/go2vec | A package for reading and analyzing word embeddings from the word2vec format in Go. | 56 |
linkedin/goavro | A library that enables encoding and decoding of Avro data in Go, providing a more straightforward and efficient way to work with binary and textual JSON formats. | 985 |
mmcgrana/gobyexample | A site that teaches Go programming by extracting code and comments from source files | 7,291 |
owenthereal/nut | Manages dependencies and vendoring for Go projects by fetching, rewriting import paths, and introducing metadata files. | 232 |
everfinance/goar | A Go library and SDK for interacting with the Arweave blockchain network | 140 |
golobby/container | An IoC container for dependency injection in Go applications | 563 |
melbahja/got | Downloads large files by splitting them into chunks and downloading concurrently | 723 |
rhysd/gocaml | An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 748 |
soypat/rebed | A tool to recreate and manipulate embedded filesystems from Go binary resources | 29 |
gdwrd/banjo | A lightweight web framework for building simple web applications using Go | 24 |