diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Workflow for Go -[![GoDoc](https://godoc.org/github.com/neonxp/workflow?status.svg)](https://godoc.org/github.com/neonxp/workflow) +[![GoDoc](https://godoc.org/neonxp.ru/go/workflow?status.svg)](https://godoc.org/neonxp.ru/go/workflow) Simple state machine. Inspired by [Symfony Workflow](https://github.com/symfony/workflow). @@ -1,3 +1,3 @@ -module github.com/neonxp/workflow +module neonxp.ru/go/workflow go 1.13 |