1
0
Fork 0
A guestbook service with owner's replies.
Go to file
Alexander Andreev c79ab5cf60
Date cannot be scanned directly to time.Time type, so we need to read a date to a string first.
2023-02-05 20:03:36 +04:00
database/sqlite Date cannot be scanned directly to time.Time type, so we need to read a date to a string first. 2023-02-05 20:03:36 +04:00
guestbook Date cannot be scanned directly to time.Time type, so we need to read a date to a string first. 2023-02-05 20:03:36 +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.