diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-08 18:10:50 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-08 18:10:50 +0530 |
commit | 04ef09bba76f8ce3572120c19a3070c45a4af86c (patch) | |
tree | 3f82eef0b9e367a094e8a8e8bffe8842335a6399 /server | |
parent | 8c906c98b2a2994286731357831ca8005ef0d73f (diff) |
added support for Item Brand and Category
Diffstat (limited to 'server')
-rw-r--r-- | server/database/items.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/database/items.go b/server/database/items.go index 5a637cd..81021d1 100644 --- a/server/database/items.go +++ b/server/database/items.go @@ -3,14 +3,14 @@ * Version - 0 * Licensed under the MIT license - https://opensource.org/licenses/MIT * Copyright (c) 2021 Vidhu Kant Sharma -*/ + */ // handles all Items related database functions package database import ( - _ "github.com/mattn/go-sqlite3" + _ "github.com/mattn/go-sqlite3" ) type Item struct { |