Add test cases of CveContents

This commit is contained in:
Kota Kanbe
2017-05-21 17:07:17 +09:00
committed by kota kanbe
parent d9bc4499a4
commit 74805c6be8
4 changed files with 680 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ import (
cvedict "github.com/kotakanbe/go-cve-dictionary/models"
)
// ScanResults is slice of ScanResult.
// ScanResults is a slide of ScanResult
type ScanResults []ScanResult
//TODO