1
0
mirror of https://github.com/beego/bee.git synced 2025-07-03 15:20:17 +00:00

Merge branch 'master' of github.com:astaxie/bee

This commit is contained in:
Unknown
2013-08-24 04:39:18 +08:00
5 changed files with 343 additions and 253 deletions

View File

@ -150,6 +150,7 @@ func Start(appname string) {
cmd.Stderr = os.Stderr
go cmd.Run()
started<-true
}
// checkTMPFile returns true if the event was for TMP files.