upd README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package repo_test
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
@@ -15,11 +15,6 @@ import (
|
||||
"code.uint32.ru/tiny/repo"
|
||||
)
|
||||
|
||||
type My struct {
|
||||
A string
|
||||
B int
|
||||
}
|
||||
|
||||
func TestSqlite3(t *testing.T) {
|
||||
db, err := sql.Open("sqlite3", "test.db")
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user