Skip to content
  • Chris Weyl's avatar
    Centrifuge: change working directory for importing · 752e235e
    Chris Weyl authored
    The gitlab-runner package really, really annoys go mod.  This allows us
    to bypass all that by simply running the imports from inside the
    directory of the package itself.
    
    We also run the import -- once -- during the Run() call, rather than
    NewCentrifuge().
    752e235e