You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ See also:
10
10
11
11
On Go support: the current version of the library requires **Go 1.18** or later. There is a version that doesn't require generics and relies more on `interface{}` instead, but I think the improved type safety is worth not supporting a version of Go before 1.18 for now.
12
12
13
+
## Docs
14
+
15
+
See http://cschleiden.github.io/go-workflows for the current version of the documentation.
16
+
13
17
## Simple example
14
18
15
19
### Workflow
@@ -103,8 +107,4 @@ func main() {
103
107
signal.Notify(c2, os.Interrupt)
104
108
<-c2
105
109
}
106
-
```
107
-
108
-
## Docs
109
-
110
-
See http://cschleiden.github.io/go-workflows for the current version of the documentation.
0 commit comments