Breandan Dezendorf 2 tahun lalu
induk
melakukan
01d6d7b105
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  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")
+}