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