sourcegraph / batch-change-examples

A collection of examples for Batch Changes
Apache License 2.0
23 stars 2 forks source link

Hackaton - Add a few go autofix rules #35

Closed malomarrec closed 2 years ago

malomarrec commented 2 years ago

Note to readers: don't forget to turn server-side execution on when viewing those ☝️

{
  // add settings here (Ctrl+Space to see hints)
    "experimentalFeatures": {
      "batchChangesExecution": true
    },
}