Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772bbf9 commit 9e2ff68Copy full SHA for 9e2ff68
common/formatter/output/lib_structs.go
@@ -89,14 +89,6 @@ func (lsr LibSearchResults) String() string {
89
return strings.TrimSpace(ret)
90
}
91
92
-// func (r *Release) Dump() string {
93
-// return fmt.Sprintln(" Release: "+fmt.Sprint(r.Version)) +
94
-// fmt.Sprintln(" URL: "+r.Resource.URL) +
95
-// fmt.Sprintln(" ArchiveFileName: "+r.Resource.ArchiveFileName) +
96
-// fmt.Sprintln(" Size: ", r.Resource.Size) +
97
-// fmt.Sprintln(" Checksum: ", r.Resource.Checksum)
98
-// }
99
-
100
// Results returns a set of generic results, to allow them to be modified externally.
101
//
102
// -> ProcessResults interface.
0 commit comments