Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
eaglexiang committed Dec 23, 2024
1 parent 3e40784 commit c05f206
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,28 @@ show where your project cost time

## install

tool install
工具安装

```bash
go install github.com/eaglexiang/costwhere-go/cmd/costwhere

```

包引用

```go
go get github.com/eaglexiang/costwhere-go
//
// go get git.eaglexiang.org/eagle/costwhere

```

代码引用

```go
import costwhere "github.com/eaglexiang/costwhere-go"
// import costwhere "git.eaglexiang.org/eagle/costwhere"

func main() {
ctx := context.Background()

Expand Down

0 comments on commit c05f206

Please sign in to comment.