1 Star 0 Fork 0

亚运 / tinygo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
util_windows.go 284 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ayke van Laethem 提交于 2019-04-04 15:05 . all: add support for Windows
package main
// This file contains utility functions for Windows.
import (
"os/exec"
)
// setCommandAsDaemon makes sure this command does not receive signals sent to
// the parent. It is unimplemented on Windows.
func setCommandAsDaemon(daemon *exec.Cmd) {
// Not implemented.
}
1
https://gitee.com/heyayun/tinygo.git
git@gitee.com:heyayun/tinygo.git
heyayun
tinygo
tinygo
master

搜索帮助