1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Andreev d272dada83
Let's delete README. 2023-05-22 01:01:43 +04:00
Alexander Andreev 84ff66b4f4
Fixed package name. 2023-05-22 01:01:10 +04:00
4 changed files with 3 additions and 7 deletions

View File

@ -1,4 +0,0 @@
justguestbook ver. 1.3.0
========================
A library implementing simple guestbook with replies.

View File

@ -1,4 +1,4 @@
package guestbook
package justguestbook
import (
"database/sql"

View File

@ -1,4 +1,4 @@
package guestbook_test
package justguestbook_test
import (
"testing"

View File

@ -1,4 +1,4 @@
package guestbook
package justguestbook
import (
"errors"