Skip to content

Commit

Permalink
fix(doc): remove permalink
Browse files Browse the repository at this point in the history
Signed-off-by: NoneBack <[email protected]>
  • Loading branch information
noneback committed Nov 21, 2024
1 parent 86e0afc commit 3e691c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ A taskflow-like General-purpose Task-parallel Programming Framework for Go, insp
## Example
import latest version: `go get -u github.com/noneback/go-taskflow`

https://github.com/noneback/go-taskflow/blob/96bd23c96f494fbed8bf651b01c8f9ecf3cfdec8/examples/conditional/condition.go#L1-L97


https://github.com/noneback/go-taskflow/blob/96bd23c96f494fbed8bf651b01c8f9ecf3cfdec8/examples/parallel_merge_sort/parallel_merge_sort.go#L1-L86

[code examples](https://github.com/noneback/go-taskflow/tree/main/examples)

## Understand Condition Task Correctly
Condition Node is special in [taskflow-cpp](https://github.com/taskflow/taskflow). It not only enrolls in Condition Control but also in Looping.
Expand Down

0 comments on commit 3e691c1

Please sign in to comment.