gpath
Field accessor
A Go package to access fields by path using reflection
gpath is a Go package to access a field by a path using reflect pacakge
40 stars
4 watching
4 forks
Language: Go
last commit: over 7 years ago
Linked from 2 awesome lists
golangreflectstatic-analysis
Related projects:
Repository | Description | Stars |
---|---|---|
| Utility functions for working with Golang's reflect package | 8 |
| Automates the creation of boilerplate and endpoints for REST APIs in Go. | 11 |
| A Go package for building pattern recognition applications | 67 |
| Analyze sentiment in text using a pre-defined lexicon of words with their associated emotional connotations. | 10 |
| Provides a structured approach to parsing command-line arguments in Go | 2,046 |
| A declarative HTTP client library for the Go programming language | 22 |
| A library for parsing and verifying version numbers and constraints. | 1,642 |
| Automates pulling new Go module versions to a proxy cache upon release | 26 |
| A Go library to help write integration tests for RESTful APIs | 55 |
| A testing library for Go that allows developers to create reusable snapshots of test data | 178 |
| A Go library providing reflection helpers for easier usage of structs | 27 |
| Provides a Go package for querying and selecting nodes from various document types using XPath expressions. | 696 |
| A package that provides a way to access nested properties in data structures using a simple and expressive query language. | 48 |
| A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |
| A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 220 |