Some basic positioning of HTML
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user