/
uzer_007
/
Rixea
Обзор
Документация
Войти
/
uzer_007
/
Rixea
Код
Запросы
0
Задачи
Вики
Пакеты
5
Релизы
2
CI/CD
Аналитика
Безопасность
master
modules/git/gitcmd/command_debug_other.go
11 строк
262 B
uzer_007
feat: первая версия Rixea
02 авг 2026, 22:16
02 авг 2026, 22:16
d4f7504
Код
Авторство
О чём код?
// Copyright 2026 Uzer_007. All rights reserved. // SPDX-License-Identifier: MIT //go:build !windows package gitcmd // DebugKill terminates the command to exercise unexpected-exit handling in tests. func (c *Command) DebugKill() { _ = c.cmd.Process.Kill() }