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 |
---|---|---|
muir/reflectutils | Utility functions for working with Golang's reflect package | 8 |
tompston/gomakeme | Automates the creation of boilerplate and endpoints for REST APIs in Go. | 11 |
daviddengcn/go-pr | A Go package for building pattern recognition applications | 66 |
dinopuguh/gosentiwordnet | Analyze sentiment in text using a pre-defined lexicon of words with their associated emotional connotations. | 10 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
wenerme/go-req | A declarative HTTP client library for the Go programming language | 22 |
hashicorp/go-version | A library for parsing and verifying version numbers and constraints. | 1,631 |
andrewslotin/go-proxy-pull-action | Automates pulling new Go module versions to a proxy cache upon release | 26 |
go-restit/restit | A Go library to help write integration tests for RESTful APIs | 55 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 173 |
pieterclaerhout/go-xray | A Go library providing reflection helpers for easier usage of structs | 27 |
antchfx/xpath | Provides a Go package for querying and selecting nodes from various document types using XPath expressions. | 694 |
simonnilsson/ask | A package that provides a way to access nested properties in data structures using a simple and expressive query language. | 47 |
txgruppi/parseargs-go | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 219 |