Skip to content

Commit 9af82b1

Browse files
authored
Fixed go example in readme file (#88)
1 parent f29515f commit 9af82b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.rst

-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ Writing a pipeline is easy as importing a library, defining a function which wil
111111
Handler: DoSomethingAwesome,
112112
Title: "DoSomethingAwesome",
113113
Description: "This job does something awesome.",
114-
115-
// This job depends on something? Define the dependency here with the title of other jobs.
116-
DependsOn: []string{""},
117114
},
118115
}
119116

0 commit comments

Comments
 (0)