I am making different files but the directories of storing the files is same. I am getting an error main redeclared in this block previous declaration at .\hello.go:5:6
How this can be resolved. Do I need to change the name of the main method. Can't I use it within the same directory?