Skip to content

Commit

Permalink
修复 go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
eaglexiang committed Dec 12, 2024
1 parent cdedd38 commit cd854c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module costwhere
module github.com/eaglexiang/costwhere-go

go 1.21.3
go 1.21
3 changes: 2 additions & 1 deletion tests/01/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package main
import (
"bytes"
"context"
"costwhere"
"fmt"
"os"
"time"

"github.com/eaglexiang/costwhere-go"
)

func main() {
Expand Down

0 comments on commit cd854c4

Please sign in to comment.