case 'go': {
      const { go } = await import('@codemirror/legacy-modes/mode/go')
      return compartment.of(StreamLanguage.define(go))
    }