Golang-course Udemy Go if there is a main.go in any of the sub-directories e.g. concurrency/ or interfaces/: go run main.go if there is a single .go file e.g. my-runes/ go run <name>.go otherwise cd into a sub-directory go build ./<execuable>