chore: merge to fork

This commit is contained in:
Suyono 2023-06-30 22:38:16 +10:00
parent 3be5acadaf
commit f02f5f8410
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package example
import ( import (
"testing" "testing"
"github.com/budiuno/gocsvparser" "gitea.suyono.dev/suyono/gocsvparser"
) )
type mtcarsFlat struct { type mtcarsFlat struct {

View File

@ -3,7 +3,7 @@ package gocsvparser_test
import ( import (
"testing" "testing"
"github.com/budiuno/gocsvparser" "gitea.suyono.dev/suyono/gocsvparser"
) )
type testDirect struct { type testDirect struct {