Skip to content

Instantly share code, notes, and snippets.

@RicardoLinck
Created November 24, 2021 11:24
Show Gist options
  • Select an option

  • Save RicardoLinck/881619af52f6768bdb3579ba58ca44c7 to your computer and use it in GitHub Desktop.

Select an option

Save RicardoLinck/881619af52f6768bdb3579ba58ca44c7 to your computer and use it in GitHub Desktop.
var runner runner
r := defaultRunner{url}
if dryRun {
runner = &dryRunner{&r}
} else {
runner = &fileRunner{&r, "output.txt"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment