/go_struct_iteration

Example Go code from learning about iterating over `struct` fields / values with `reflect`.

Primary LanguageGo