vfsgen
Filesystem generator
A code generator that statically implements an HTTP file system
Takes an input http.FileSystem (likely at go generate time) and generates Go code that statically implements it.
982 stars
18 watching
83 forks
Language: Go
last commit: 12 months ago
Linked from 2 awesome lists
embed-filesgo
Related projects:
Repository | Description | Stars |
---|---|---|
dylanmeeus/hasgo | A code generator for Go with Haskell-inspired immutable and strongly-typed functions. | 141 |
senselogic/generis | A lightweight code preprocessor for Go that adds features like generics and HTML templating. | 43 |
corbym/htmlspec | Generates HTML output for BDD testing frameworks in Go | 1 |
grofers/go-codon | Generates Go server code from REST and workflow specifications | 142 |
kazhuravlev/options-gen | A tool to generate functional options for Go applications. | 77 |
clipperhouse/gen | A tool for generating code in Go with support for generics and runtime extensibility via typewriters. | 1,429 |
marlow/marlow | A tool that generates type-safe code for interacting with data persistence layers at compile time. | 13 |
aphoh/go-substrate-gen | A tool that generates boilerplate code for substrate-based chains | 7 |
corbym/gogiven | Generates readable test output from Go code | 15 |
galeone/rts | Generates Go structs from JSON responses to specific routes defined in a configuration file. | 248 |
awalterschulze/goderive | Automates generating implementations of common Go functions from input parameter types. | 1,243 |
goabout/kustomize-sopssecretgenerator | Generates secrets from encrypted files using the sops tool | 113 |
cyclone-github/hashgen | A high-performance hash generator written in Go | 24 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |
pezy-computing/flgen | A tool that generates lists of files and directories based on predefined rules and patterns. | 15 |