On problem is that that the program is missing the executable entry point defined by function main in package main.
main
Change the package name in main.go from TimeConvertor to main.
TimeConvertor