software tests

This commit is contained in:
redanthrax 2022-06-20 17:00:02 -07:00
parent d6b1b90034
commit 6c94a8653f
4 changed files with 38 additions and 8 deletions

View file

@ -1,6 +1,6 @@
package software
type SoftwareList struct {
type Software struct {
Name string `json:"name"`
Version string `json:"version"`
Publisher string `json:"publisher"`