Rename package ark-sdk to common (#5)

This commit is contained in:
Pietralberto Mazza
2023-11-14 13:26:25 +01:00
committed by GitHub
parent 26e8db1d6e
commit 13ff7c2d55
6 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
package sdk
package common
import (
"encoding/hex"

View File

@@ -1,11 +1,11 @@
package sdk_test
package common_test
import (
"encoding/json"
"os"
"testing"
sdk "github.com/ark-network/ark-sdk"
sdk "github.com/ark-network/common"
"github.com/stretchr/testify/require"
)

View File

@@ -1,4 +1,4 @@
package sdk
package common
import (
"fmt"

View File

@@ -1,4 +1,4 @@
module github.com/ark-network/ark-sdk
module github.com/ark-network/common
go 1.21.0