Forum Moderators: open
Disallow
The value of this field specifies a partial URL that is not to be visited. This can be a full path, or a partial path; any URL that starts with this value will not be retrieved.For example, Disallow: /help disallows both /help.html and /help/index.html, whereas Disallow: /help/ would disallow /help/index.html but allow /help.html.
You don't need to use a wildcard character. As the above snippet says, "Any URL that starts with this value will not be retrieved." So, you're on the right track, but you do need the slash! Try:
disallow: /goto
...assuming that no links except your affiliate links begin with "/goto"