software tests
This commit is contained in:
parent
d6b1b90034
commit
6c94a8653f
4 changed files with 38 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package software
|
||||
|
||||
type SoftwareList struct {
|
||||
type Software struct {
|
||||
Name string `json:"name"`
|
||||
Version string `json:"version"`
|
||||
Publisher string `json:"publisher"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue