Codebase list golang-github-mitchellh-hashstructure / f451e67
don't continue Adam Hasselbalch Hansen 4 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
271271 if w.stringer {
272272 if impl, ok := innerV.Interface().(fmt.Stringer); ok {
273273 innerV = reflect.ValueOf(impl.String())
274 continue
275274 }
276275 }
277276