Add task api and resource locking ability

This commit is contained in:
Oliver Sauder
2017-05-22 11:51:35 +02:00
committed by Lorenzo Bolla
parent e63d74dff2
commit 6ab5e60833
24 changed files with 1519 additions and 620 deletions
+12
View File
@@ -0,0 +1,12 @@
package task
import (
"testing"
check "gopkg.in/check.v1"
)
// Launch gocheck tests
func Test(t *testing.T) {
check.TestingT(t)
}