initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
type Quote struct {
|
||||
Id int `json:"id"`
|
||||
Author string `json:"author"`
|
||||
Body string `json:"body"`
|
||||
}
|
||||
Reference in New Issue
Block a user