Some basic positioning of HTML

This commit is contained in:
Gabe Kangas
2020-06-01 23:50:32 -07:00
parent 216c15547d
commit 020ace7ddd
14 changed files with 111 additions and 103 deletions

View File

@@ -3,6 +3,7 @@ package main
type Message struct {
Author string `json:"author"`
Body string `json:"body"`
Image string `json:"image"`
}
func (self *Message) String() string {