Language

Package: go-github-com-mitchellh-reflectwalk @ 1.0.1

Synopsis

Walk a value in Go using reflection

Description

reflectwalk is a Go library for "walking" a value in Go using reflection, in the same way a directory tree can be "walked" on the file system. Walking a complex structure can allow you to do manipulations on unknown structures such as those decoded from JSON.

Home page
https://github.com/mitchellh/reflectwalk/
Location
gnu/packages/golang.scm (line: 2893, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

description should start with an upper-case letter or digit