GitXplorerGitXplorer
w

autorun

public
9 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
7cc893fc92b72328354e8201f926ab44e18bd626

add readme

wwppurking committed 11 years ago
Unverified
d2b5228ad81225bd0efcb07cbb223ed79b33c4fd

init autorun go

wwppurking committed 11 years ago

README

The README file for this repository.

AutoRun

自己实现一个自动检测文件变化并且进行重新编译运行的应用.

Useage

使用 goenv 初始化好 GOPATH 等等环境变量, 然后在当前项目目录运行 autorun 即可, 其会自动根据当前目录设置为编译后的项目名称进行 watch -> build -> start

Deps

go get github.com/howeyc/fsnotify