diff options
Diffstat (limited to 'content/go/workflow.md')
-rw-r--r-- | content/go/workflow.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/go/workflow.md b/content/go/workflow.md index 76bc519..9b846bf 100644 --- a/content/go/workflow.md +++ b/content/go/workflow.md @@ -7,10 +7,6 @@ gomod = true outputs = ["html"] +++ -# Workflow for Go - -[![GoDoc](https://godoc.org/github.com/neonxp/workflow?status.svg)](https://godoc.org/github.com/neonxp/workflow) - Simple state machine. Inspired by [Symfony Workflow](https://github.com/symfony/workflow). ## Example usage |