This commit is contained in:
parent
d272b70659
commit
83fd89446d
@ -5,7 +5,7 @@ import (
|
|||||||
"encoding/json"
|
"encoding/json"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"code.humancabbage.net/moonmath/bitcoinity"
|
"code.humancabbage.net/sam/moonmath/bitcoinity"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestUnmarshalGetTickerResponse(t *testing.T) {
|
func TestUnmarshalGetTickerResponse(t *testing.T) {
|
||||||
|
@ -6,7 +6,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.humancabbage.net/moonmath/coindesk"
|
"code.humancabbage.net/sam/moonmath/coindesk"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestXxx(t *testing.T) {
|
func TestXxx(t *testing.T) {
|
||||||
|
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
|||||||
module code.humancabbage.net/moonmath
|
module code.humancabbage.net/sam/moonmath
|
||||||
|
|
||||||
go 1.22.1
|
go 1.22.1
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ import (
|
|||||||
"math"
|
"math"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.humancabbage.net/moonmath/coindesk"
|
"code.humancabbage.net/sam/moonmath/coindesk"
|
||||||
"github.com/sourcegraph/conc/pool"
|
"github.com/sourcegraph/conc/pool"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.humancabbage.net/moonmath/moon"
|
"code.humancabbage.net/sam/moonmath/moon"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestCDPR(t *testing.T) {
|
func TestCDPR(t *testing.T) {
|
||||||
|
@ -6,7 +6,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.humancabbage.net/moonmath/moon"
|
"code.humancabbage.net/sam/moonmath/moon"
|
||||||
"github.com/charmbracelet/bubbles/table"
|
"github.com/charmbracelet/bubbles/table"
|
||||||
tea "github.com/charmbracelet/bubbletea"
|
tea "github.com/charmbracelet/bubbletea"
|
||||||
"github.com/charmbracelet/lipgloss"
|
"github.com/charmbracelet/lipgloss"
|
||||||
|
Loading…
Reference in New Issue
Block a user