1
0
Fork 0
A guestbook service with owner's replies.
Go to file
Alexander Andreev 613f0c1616
PRIMARY KEY moved out on a separate line. Use INTEGER (Unix time) for created dates to save space.
2023-05-09 21:27:52 +04:00
database/sqlite PRIMARY KEY moved out on a separate line. Use INTEGER (Unix time) for created dates to save space. 2023-05-09 21:27:52 +04:00
guestbook Replaced Update*() with Edit*(). 2023-05-06 22:18:20 +04:00
.gitignore Initial commit. 2022-10-19 03:25:43 +04:00
LICENSE Added year 2023 to LICENSE. 2023-03-11 22:22:31 +04:00
README.md Changed version in README.md. 2023-05-06 22:24:46 +04:00
go.mod Module's min Go version was set down to 1.16. 2023-03-23 16:56:28 +04:00
go.sum This project was made into a library. 2023-01-12 03:27:45 +04:00

README.md

justguestbook ver. 1.1.0

A library implementing simple guestbook with replies.