All of the following information is based on go version go1.8.3 darwin/amd64.
(Bold = supported by go out of the box, ie. without the help of a C compiler, etc.)
androiddarwin
| class InventoryParser | |
| def initialize(inventory_path) | |
| @inventory_path = inventory_path | |
| @data = { | |
| "_meta" => { | |
| "hostvars" => {} | |
| } | |
| } | |
| end |