Patrick has created a Go program that takes as input multiple parts of a basic URL — protocol, domain, and path:
Your task is to help Patrick write the additional required code to declare a new variable completeURL and concatenate the input parts to form a complete URL string.
Note that the complete URL format should be as follows: protocol://domain/path