For example, I want to use both text/template and html/template in one source file. But the code below throw errors.
import ( \"fmt\" \"net/http\"
import ( "text/template" htemplate "html/template" // this is now imported as htemplate )
Read more about it in the spec.