initial commit

Signed-off-by: Pin <wf6DJd8a3xSSCZbn@protonmail.com>
This commit is contained in:
Pin
2021-01-31 16:45:18 -05:00
committed by Pin
commit a41acf7fcc
11 changed files with 215 additions and 0 deletions

11
structs/queryrow.go Normal file
View File

@@ -0,0 +1,11 @@
package structs
type DogPicRow struct {
Dog_id int
Breed_id int
Author string
Title string
Format string
Hash string
Url string
}