Add forget file

This commit is contained in:
chteufleur 2016-04-19 21:05:10 +02:00
parent 26baa07126
commit cfe297612b
1 changed files with 5 additions and 0 deletions

5
models/chan.go Normal file
View File

@ -0,0 +1,5 @@
package models
var (
ChanRuns = make(chan string)
)