aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/GoApps/src/hdfs-writer/cmd/main.go
blob: abc75fb7f1d7ddc025210ccfaa5551adacee20b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
package main

import (
	"fmt"
	"log"
)

func main() {
	log.Println("Starting the HDFS writer")
	fmt.Println("Starting the HDFS writer ...")
}