Codebase list golang-github-mitchellh-mapstructure / 3a2b3d9
Apply multi-arch hints. + golang-github-mitchellh-mapstructure-dev: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints Debian Janitor 2 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2020 Architecture: all
2121 Depends: ${misc:Depends},
2222 ${shlibs:Depends},
23 Multi-Arch: foreign
2324 Description: library for decoding generic map values into native Go structures
2425 mapstructure is a Go library for decoding generic map values to structures and
2526 vice versa, while providing helpful error handling.