From 9e5175a8bb39e3acf9051da04f3d903515383d34 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 10 Dec 2024 23:08:42 +0300 Subject: Новый путь MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- go.mod | 2 +- 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 -- cgit v1.2.3