Boanerbook title

This commit is contained in:
2024-09-18 21:59:20 +02:00
parent c68207724c
commit 9512bd677d
3 changed files with 3 additions and 3 deletions

View File

@ -59,8 +59,8 @@ func (d *Data) indexOf(id int) int {
func newData() Data {
return Data{
Entries: []Entry{
newEntry("John Smith", "Hello world"),
newEntry("Jane Doe", "This is a great guestbook"),
newEntry("Asshole", "Hey, this is SHIT!"),
newEntry("Not Bd", "Fist my ginger pubes, faghole"),
},
}
}