package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Apr 5, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Darwin struct {
Version int `json:"version"`
Packages map[string]Package `json:"packages"`
}
type Package struct {
Type string `json:"type"`
Default string `json:"default"`
Example string `json:"example"`
DeclaredBy []string `json:"declarations"`
Description string `json:"description"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.