GoSublime v18.08.31 Release Notes

    • ✅ Switch the ctrl+.,ctrl+t / cmd+.,cmd+t keybinding to the new &golang.TestCmds{} reducer:
      &golang.TestCmds{
        // additional args to add to the command when running tests and examples
        TestArgs: []string{},
    
        // additional args to add to the command when running benchmarks
        BenchArgs: []string{"-benchmem"},
      },