added optional task unique field

This commit is contained in:
simon987
2019-01-29 18:16:40 -05:00
parent f250a2180c
commit 64152bfc08
35 changed files with 877 additions and 156 deletions

View File

@@ -9,7 +9,7 @@ import (
func TestIndex(t *testing.T) {
r := Get("/")
r := Get("/", nil)
body, _ := ioutil.ReadAll(r.Body)
var info api.Info