Browse Source

Add import

Breandan Dezendorf 2 years ago
parent
commit
01d6d7b105
1 changed files with 7 additions and 0 deletions
  1. 7 0
      dezendorf/applications/golink/internal/core/core.go

+ 7 - 0
dezendorf/applications/golink/internal/core/core.go

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