reflectwalk icon indicating copy to clipboard operation
reflectwalk copied to clipboard

reflectwalk is a Go library for "walking" complex structures, similar to walking a filesystem.

Results 4 reflectwalk issues
Sort by recently updated
recently updated
newest added

Regarding #20, this is relatively untested and could for sure use another pair of eyes.

## Expected behavior h To not output an error on `go generate` when running the line [github.com/mitchellh/reflectwalk/location.go:3](https://github.com/mitchellh/reflectwalk/blob/main/location.go#L3). ## Actual behavior When the [github.com/mitchellh/reflectwalk/location.go:3](https://github.com/mitchellh/reflectwalk/blob/main/location.go#L3) tries to run `go generate` it outputs...

Hi, I had added ppc64le(Linux on Power) architecture support on Travis-CI in the PR and looks like its been successfully added. I believe it is ready for the final review...

I find it hard to control whether the walk visits objects or not. In particular when SliceElem() returns reflectwalk.SkipEntry what I would expect is "don't descend into this element, but...