From c90ff6328ad08becdd47cb1a63249f9688957f7b Mon Sep 17 00:00:00 2001 From: k-yomo Date: Fri, 4 Sep 2020 17:53:17 +0900 Subject: [PATCH] Remove duplicated YODB inteface #46 --- templates/yo_db.go.tpl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/yo_db.go.tpl b/templates/yo_db.go.tpl index dc88c87..41142c9 100644 --- a/templates/yo_db.go.tpl +++ b/templates/yo_db.go.tpl @@ -1,8 +1,3 @@ -// YODB is the common interface for database operations. -type YODB interface { - YORODB -} - // YORODB is the common interface for database operations. type YORODB interface { ReadRow(ctx context.Context, table string, key spanner.Key, columns []string) (*spanner.Row, error)