Skip to content

Commit

Permalink
fix: import internal from cgi
Browse files Browse the repository at this point in the history
  • Loading branch information
Youen Péron committed Nov 6, 2023
1 parent bd5fba0 commit 5492b91
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "CHANGE IT",
"name": "XIXO",
"dockerComposeFile": [
"../docker-compose.yml"
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pkg/xixo/calback_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pkg/xixo/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pkg/xixo/element_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pkg/xixo/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Empty file removed xixo
Empty file.

0 comments on commit 5492b91

Please sign in to comment.