a8m / reflect-examplesLinks
Bunch of examples for dealing with the reflect package
☆565Updated 3 years ago
Alternatives and similar repositories for reflect-examples
Users that are interested in reflect-examples are comparing it to the libraries listed below
Sorting:
- Parse and modify Go struct field tags☆646Updated last year
- Visualize Go Dependency Trees☆1,012Updated 3 years ago
- Selected Go-internal packages factored out from the standard library☆922Updated last month
- Decorated Syntax Tree - manipulate Go source with perfect fidelity.☆1,370Updated last year
- Combine one or more Go errors together☆1,137Updated last year
- Generate .proto files from Go source code.☆739Updated 4 years ago
- Make temporary edits to your Go module dependencies☆899Updated 3 years ago
- Golang deep variable equality test that returns human-readable differences☆773Updated last month
- A library for diffing golang structures☆951Updated last year
- Go package for dealing with maps, slices, JSON and other data.☆757Updated 3 months ago
- impl generates method stubs for implementing an interface.☆1,065Updated 11 months ago
- Get hash values for arbitrary values in Go (golang).☆758Updated 2 years ago
- A Go tool to auto generate methods for your enums☆483Updated 10 months ago
- 🚀 A real-time Golang runtime stats visualization profiler☆588Updated 9 months ago
- Convert Golang's http.Request to CURL command line☆781Updated 2 weeks ago
- GoWrap is a command line tool for generating decorators for Go interfaces☆1,218Updated 2 weeks ago
- A collection of packages to augment the go testing package and support common patterns.☆562Updated 3 months ago
- In-memory SQL engine in Go sql/driver for testing purpose☆898Updated 8 months ago
- Golang errors with stack trace and source fragments.☆1,092Updated last year
- Go Dependency Analysis toolkit☆1,511Updated last week
- Clock is a small library for mocking time in Go.☆683Updated 2 years ago
- Generate interfaces from structure methods.☆341Updated last month
- Refactoring and code transformation tool for Go.☆994Updated 3 months ago
- Define and run pattern-based custom linting rules.☆825Updated 3 months ago
- Wrapper types for sync/atomic which enforce atomic access☆1,405Updated last month
- Type-safe, zero-allocation sets for Go