Ai
3 Star 2 Fork 0

Gitee 极速下载/hyperkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/docker/hyperkit
克隆/下载
pty_util_fallback.go 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
Akim Demaille 提交于 2018-02-23 21:29 +08:00 . Go: prefix all the logs with hyperkit:
// +build !darwin
package hyperkit
import (
"os"
)
func saneTerminal(f *os.File) error {
log.Fatalf("hyperkit: Function not supported on your OS")
return nil
}
func setRaw(f *os.File) error {
log.Fatalf("hyperkit: Function not supported on your OS")
return nil
}
// isTerminal checks if the provided file is a terminal
func isTerminal(f *os.File) bool {
log.Fatalf("hyperkit: Function not supported on your OS")
return false
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/hyperkit.git
git@gitee.com:mirrors/hyperkit.git
mirrors
hyperkit
hyperkit
master

搜索帮助