We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47cdacb commit 47b043eCopy full SHA for 47b043e
1 file changed
task.go
@@ -13,6 +13,10 @@ type Task struct {
13
// A one or two sentence description of what the task does
14
Description string
15
16
+ // Owner is the owner of the task, such as the name or contact info of the team responsible
17
+ // for maintaining it. It is optional.
18
+ Owner string
19
+
20
// XXX: Pass files in so that task can decide to do less work, i.e. if
21
// you change a go file we can run go fmt on just that file.
22
0 commit comments