My guess is that `vpcName` does not implement `st...
# getting-started
b
My guess is that
vpcName
does not implement
string
, and so your input parameter needs to b e
func(v interface{})  string {  … }