Feat: 后端neo4j测试库连接
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
package main
|
||||
package neo4j
|
||||
|
||||
import (
|
||||
"log"
|
||||
@@ -16,7 +16,7 @@ const (
|
||||
DATA_FILE = "data.json"
|
||||
)
|
||||
|
||||
func main() {
|
||||
func test() {
|
||||
|
||||
dataService, err := services.NewDataService(DATA_FILE)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user