Question: How can you tell Go to import a package from a different location?
- Use a proxy.
 - Change the import path.
 - Use a replace directive in go.mod.
 - Use a replace directory.
 
Answer: The correct answer of the above question is Option C:Use a replace directive in go.mod.