aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-10 23:08:42 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-10 23:08:42 +0300
commit9e5175a8bb39e3acf9051da04f3d903515383d34 (patch)
tree6f595f1f35569bc4ac4e82aceacf179adbb6f1dc
parent2b10929c48977b72453a6e3bacb18af7d3d13dfe (diff)
Новый путьv1.0.2
-rw-r--r--README.md2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4f43fab..7b72d08 100644
--- a/README.md
+++ b/README.md
@@ -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).
diff --git a/go.mod b/go.mod
index b77ed42..7e077f8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module github.com/neonxp/workflow
+module neonxp.ru/go/workflow
go 1.13