mohae / json2goLinks
Generate Go structs from JSON with struct tags: can specify type name, package name, and additional field tag keys with the CLI app.
☆69Updated 2 years ago
Alternatives and similar repositories for json2go
Users that are interested in json2go are comparing it to the libraries listed below
Sorting:
- Letter avatar generation for Go☆140Updated 4 years ago
- HTTP Authentication middlewares☆222Updated 4 years ago
- pluginable, fast,structrued and leveled logging package☆38Updated last year
- Python port of OrderedDict to Go☆68Updated 3 years ago
- Selenium web driver library written in Go☆161Updated 5 years ago
- Package pipe implements unix-like pipelines for Go.☆236Updated 2 years ago
- A simple base62 encoded token library for go, ideal for short url services.☆67Updated 3 years ago
- Email parsing and mail creation library for golang☆95Updated last year
- JSON query in Golang☆189Updated 2 years ago
- A lightweight go library for parsing form data or json from an http.Request.☆143Updated 3 years ago
- Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks☆67Updated 9 years ago
- Common go helper utils, each in its subdir☆81Updated 3 weeks ago
- go-bind-plugin generates API for exported plugin symbols (-buildmode=plugin) - go1.8+ only (http://golang.org/pkg/plugin)☆181Updated 6 years ago
- A set of go packages and command line tools to generate Go code☆94Updated 8 years ago
- xmux is a httprouter fork on top of xhandler (net/context aware)☆100Updated 8 years ago
- ST - Struct Tagger - Tags your structs so you don't have to, saving you development time and encoding/decoding sanity.☆85Updated 8 years ago
- Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc...☆171Updated 9 years ago
- Recursive filesystem event watcher using inotify in golang☆123Updated 3 months ago
- Go (golang) package to get hash strings of arbitrary data structures.☆140Updated 10 months ago
- A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific…☆238Updated 5 years ago
- A nicer interface for golang stdlib HTTP client☆53Updated 6 years ago
- Easy column formatted output for golang