gofmt all project files
This commit is contained in:
parent
e0b9309cfc
commit
009a3074fe
11 changed files with 58 additions and 28 deletions
|
|
@ -72,7 +72,6 @@ func (ti *TitleInfo) PublicationDate() string {
|
|||
return fmt.Sprintf("+95%-6s", ti.publicationDate.Format(dateOutputFormat))
|
||||
}
|
||||
|
||||
|
||||
func (ti *TitleInfo) Message() string {
|
||||
message := ti.FeragMessage.MessageTemplate()
|
||||
return message(&ti.FeragMessage, ti.Payload())
|
||||
|
|
@ -110,4 +109,3 @@ func NewTitleInfo() *TitleInfo {
|
|||
}
|
||||
return &t
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue