We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2235a commit d2dbf80Copy full SHA for d2dbf80
database/database.go
@@ -10,7 +10,7 @@ var GosecDb gojson.Database
10
func DatabaseInit() {
11
12
// Init DB => Bunu eklersin path yerine exe yaparken SetPath()
13
- GosecDb = gojson.CreateDatabase("gosecDB", "./")
+ GosecDb = gojson.CreateDatabase("gosecDB", SetPath())
14
15
// Users Table
16
UsersT := gojson.CreateTable("users")
0 commit comments