1
0
Fork 0
A guestbook service with owner's replies.
Go to file
Alexander Andreev 081d6147b8
Removed RETURNING statements.
2023-02-05 20:01:52 +04:00
database/sqlite Removed RETURNING statements. 2023-02-05 20:01:52 +04:00
guestbook Dates are now of type time.Time. 2023-02-05 16:28:55 +04:00
.gitignore Initial commit. 2022-10-19 03:25:43 +04:00
LICENSE Initial commit. 2022-10-19 03:25:43 +04:00
README.md This project was made into a library. 2023-01-12 03:27:45 +04:00
go.mod This project was made into a library. 2023-01-12 03:27:45 +04:00
go.sum This project was made into a library. 2023-01-12 03:27:45 +04:00

README.md

justguestbook ver. 1.0.0

A library implementing simple guestbook with replies.