realize实现go开发自动编译运行

安装

go get github.com/oxequa/realize
realize start --run --nc

可能会报错unrecognized import path "golang.org/x/sys/unix"解决办法

cd gopath/src 
mkdir golang.org
cd golang.org
mkdir x
cd x
git clone  https://github.com/golang/sys.git

然后重新安装realize

你可能感兴趣的:(realize实现go开发自动编译运行)