It works (but it sucks0

This commit is contained in:
James Mills
2021-02-02 08:23:42 +10:00
parent beae6d03c1
commit 03236ffa1f
5 changed files with 29 additions and 20 deletions

11
internal/results.go Normal file
View File

@@ -0,0 +1,11 @@
package internal
type Result struct {
ID string
URL string
Title string
Summary string
Length int
}
type Results []Result