package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Sep 25, 2018
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Info struct {
Deletion int
Addition int
}
type Project struct {
Name string `json:"name"`
Type string `json:"type"`
Target []string `json:"target"`
Module []string `json:"module,omitempty"`
}
type Sln struct {
Name string `json:"name"`
Lang string `json:"lang"`
Project []Project `json:"project,omitempty"`
}
Sln is JSON struct
Source Files
¶
Click to show internal directories.
Click to hide internal directories.