summaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/GoApps/src/hdfs-writer/cmd/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/GoApps/src/hdfs-writer/cmd/main.go')
-rw-r--r--vnfs/DAaaS/GoApps/src/hdfs-writer/cmd/main.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/vnfs/DAaaS/GoApps/src/hdfs-writer/cmd/main.go b/vnfs/DAaaS/GoApps/src/hdfs-writer/cmd/main.go
new file mode 100644
index 00000000..abc75fb7
--- /dev/null
+++ b/vnfs/DAaaS/GoApps/src/hdfs-writer/cmd/main.go
@@ -0,0 +1,11 @@
+package main
+
+import (
+ "fmt"
+ "log"
+)
+
+func main() {
+ log.Println("Starting the HDFS writer")
+ fmt.Println("Starting the HDFS writer ...")
+}