----
(function($) {
  go();
  return;
})(jQuery);
----
(($) ->
  go()
  return
) jQuery
