@@ -0,0 +1,7 @@
+package core
+
+import "fmt"
+func depImport() {
+ fmt.Println("this is a print")
+}