Browse Source

Add import

Breandan Dezendorf 2 năm trước cách đây
mục cha
commit
01d6d7b105
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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")
+}