package main import ( "fmt" ) func runCNN() { fmt.Println("CNN will be implemented soon...!\n") }