8 lines
124 B
Go
8 lines
124 B
Go
|
package xmpp
|
||
|
|
||
|
import "github.com/genofire/logmania/database"
|
||
|
|
||
|
func FormatEntry(e *database.Entry) string {
|
||
|
return e.Text
|
||
|
}
|