1
0
Fork 0
A guestbook service with owner's replies.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander Andreev 723d2d4772
Make DeleteReply() return count of affected rows.
1 week ago
database/sqlite Make DeleteReply() return count of affected rows. 1 week ago
guestbook Make DeleteReply() return count of affected rows. 1 week ago
.gitignore Initial commit. 6 months ago
LICENSE Added year 2023 to LICENSE. 3 weeks ago
README.md Changed version to 1.0.2 in README. 3 weeks ago
go.mod Module's min Go version was set down to 1.16. 1 week ago
go.sum This project was made into a library. 3 months ago

README.md

justguestbook ver. 1.0.2

A library implementing simple guestbook with replies.