Popularity
2.6
Declining
Activity
0.0
Stable
40
4
4

Programming language: Go
License: MIT License
Tags: Utilities    

gpath alternatives and similar packages

Based on the "Utilities" category.
Alternatively, view gpath alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gpath or a related project?

Add another 'Utilities' Package

README

gpath Go Documentation Travis Go Report Card codecov

gpath is a Go package to access a field by a path using reflect pacakge.

A path is represented by a Go's expression such as A.B.C[0]. You can use selector and index expressions into a path.

See usage and example in GoDoc.

NOTE: This package is experimental and may make backward-incompatible changes.

Install

Use go get:

$ go get github.com/tenntenn/gpath

Usage

All usage are described in GoDoc.

mercari/go-httpdoc is a good example for gpath.