From 44cb0e11566c7416c8859dac18baf24a0337ecce Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Jun 2017 12:14:44 +0200 Subject: Project: Add a TOML tag for the WorkType field Otherwise the TOML decoder didn't know how to parse it. --- timetask/fields.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timetask') diff --git a/timetask/fields.go b/timetask/fields.go index da2b37d..f535d92 100644 --- a/timetask/fields.go +++ b/timetask/fields.go @@ -21,7 +21,7 @@ type Project struct { Project int Module int Task int - WorkType int + WorkType int `toml:"work_type"` Time int Billable bool } -- cgit v1.2.3