mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-05 04:54:19 +01:00
Rename package ark-sdk to common (#5)
This commit is contained in:
committed by
GitHub
parent
26e8db1d6e
commit
13ff7c2d55
@@ -1,4 +1,4 @@
|
||||
package sdk
|
||||
package common
|
||||
|
||||
import (
|
||||
"encoding/hex"
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package sdk
|
||||
package common
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
@@ -1,4 +1,4 @@
|
||||
module github.com/ark-network/ark-sdk
|
||||
module github.com/ark-network/common
|
||||
|
||||
go 1.21.0
|
||||
|
||||
Reference in New Issue
Block a user