mitchellh / copystructureLinks
Go (golang) library for deep copying values in Go.
☆353Updated 4 years ago
Alternatives and similar repositories for copystructure
Users that are interested in copystructure are comparing it to the libraries listed below
Sorting:
- reflectwalk is a Go library for "walking" complex structures, similar to walking a filesystem.☆280Updated 3 years ago
- Package stack implements utilities to capture, manipulate, and format call stacks.☆403Updated 4 years ago
- Floc: Orchestrate goroutines with ease.☆268Updated 4 years ago
- Code generation tools for Go.☆431Updated 5 months ago
- Managing go application shutdown with signals.☆199Updated 10 months ago
- A sql driver that will wrap any other driver and log/trace all its calls☆175Updated last year
- A library for doing diffs of arbitrary Golang structs.☆258Updated 4 years ago
- Concurrent Buffered IO in Go #golang☆249Updated 3 years ago
- A typed implementation of the Go sync.Map using code generation☆257Updated 2 years ago
- Go (golang) package for progress bars around io.Reader/Writers.☆499Updated 4 years ago
- Logrus Prefixed Log Formatter☆199Updated 2 years ago
- The tomb package helps with clean goroutine termination in the Go language.☆373Updated 2 years ago
- Golang struct-to-table database mapper☆310Updated 5 years ago
- Go library for addressing and reading/writing a specific value within any Go structure using a string syntax.☆215Updated 2 years ago
- Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel☆202Updated last month
- A simple, stateless, functional mechanism to perform actions repetitively until successful.☆482Updated 2 years ago
- A Tree printer module written in GoLang☆192Updated 4 years ago
- Package logfmt marshals and unmarshals logfmt messages.☆191Updated last month
- semver library in Go☆356Updated last year
- Detect all kinds of leaks in Go☆133Updated 10 years ago
- [mirror]☆280Updated last year
- Errwrap is a Go (golang) library for wrapping and querying errors.☆438Updated this week
- gomove is a utility to help you move golang packages by automatically changing the import paths from the old one to new one.☆167Updated 2 years ago
- A Form Encoding & Decoding Package for Go☆253Updated 4 years ago
- A sql driver that will wrap any other driver and log/trace all its calls☆262Updated 5 years ago
- A timed rate limiter for Go☆404Updated 3 years ago
- High level abstractions over the Go reflect library