From 5492b9121b81e34816b91f2ceeb77d49e4af6eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Youen=20P=C3=A9ron?= Date: Mon, 6 Nov 2023 10:30:33 +0000 Subject: [PATCH] fix: import internal from cgi --- .devcontainer/devcontainer.json | 2 +- README.md | 2 +- pkg/xixo/calback_test.go | 2 +- pkg/xixo/driver_test.go | 2 +- pkg/xixo/element_test.go | 2 +- pkg/xixo/parser_test.go | 2 +- xixo | 0 7 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 xixo diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6452e07..0c24916 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "CHANGE IT", + "name": "XIXO", "dockerComposeFile": [ "../docker-compose.yml" ], diff --git a/README.md b/README.md index 2e0d042..036a83b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This detailed process demonstrates how **xixo** processes XML files in a streami ## License -**xixo** is licensed under the MIT License. See the [LICENSE](https://github.com/youen/xixo/blob/main/LICENSE) file for details. +**xixo** is licensed under the MIT License. See the [LICENSE](https://github.com/CGI-FR/xixo/blob/main/LICENSE) file for details. ## Acknowledgments diff --git a/pkg/xixo/calback_test.go b/pkg/xixo/calback_test.go index 81a079a..de8e6e2 100644 --- a/pkg/xixo/calback_test.go +++ b/pkg/xixo/calback_test.go @@ -4,8 +4,8 @@ import ( "encoding/json" "testing" + "github.com/CGI-FR/xixo/pkg/xixo" "github.com/stretchr/testify/assert" - "github.com/youen/xixo/pkg/xixo" ) const newChildContent = "newChildContent" diff --git a/pkg/xixo/driver_test.go b/pkg/xixo/driver_test.go index 7261840..d589034 100644 --- a/pkg/xixo/driver_test.go +++ b/pkg/xixo/driver_test.go @@ -4,8 +4,8 @@ import ( "bytes" "testing" + "github.com/CGI-FR/xixo/pkg/xixo" "github.com/stretchr/testify/assert" - "github.com/youen/xixo/pkg/xixo" ) // TestFuncDriverEdit tests the FuncDriver by creating a reader, writer, and a callback function, diff --git a/pkg/xixo/element_test.go b/pkg/xixo/element_test.go index a5c9670..dbc253d 100644 --- a/pkg/xixo/element_test.go +++ b/pkg/xixo/element_test.go @@ -5,8 +5,8 @@ import ( "io" "testing" + "github.com/CGI-FR/xixo/pkg/xixo" "github.com/stretchr/testify/assert" - "github.com/youen/xixo/pkg/xixo" ) const parentTag = "root" diff --git a/pkg/xixo/parser_test.go b/pkg/xixo/parser_test.go index 56db271..64d3e1f 100644 --- a/pkg/xixo/parser_test.go +++ b/pkg/xixo/parser_test.go @@ -4,8 +4,8 @@ import ( "bytes" "testing" + "github.com/CGI-FR/xixo/pkg/xixo" "github.com/stretchr/testify/assert" - "github.com/youen/xixo/pkg/xixo" ) // TestCopyXMLWithoutCallback vérifie que le parser copie simplement le fichier XML sans callback. diff --git a/xixo b/xixo deleted file mode 100644 index e69de29..0000000