viant / toolbox

Toolbox - go utility library
Apache License 2.0
197 stars 29 forks source link

Fileset info handle array component type when Elt is SelectorExpr #14

Closed francoispqt closed 5 years ago

francoispqt commented 5 years ago

Hi,

I'd like to add the handling of *ast.SelectorExpr for a slice element in the fileset_info.go.

Example: []time.Time will get time.Time in the ComponentType value.

Thank you