Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
wubin1989 committed Jan 26, 2022
1 parent 1982573 commit 5fee40f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ Go-doudou a RESTFul microservice framework(we will add grpc support soon) comes
### Install

```shell
go get -v github.com/unionj-cloud/go-doudou@v0.9.6
go get -v github.com/unionj-cloud/go-doudou@v0.9.7
```

If you meet 410 Gone error, try below command:

```shell
export GOSUMDB=off && go get -v github.com/unionj-cloud/go-doudou@v0.9.6
export GOSUMDB=off && go get -v github.com/unionj-cloud/go-doudou@v0.9.7
```

### Usage
Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ go-doudou(兜兜)是一个基于gossip协议和OpenAPI3.0规范的去中心
### 安装

```shell
go get -v github.com/unionj-cloud/go-doudou@v0.9.6
go get -v github.com/unionj-cloud/go-doudou@v0.9.7
```

如果遇到410 Gone报错,请尝试用下面的命令:

```shell
export GOSUMDB=off && go get -v github.com/unionj-cloud/go-doudou@v0.9.6
export GOSUMDB=off && go get -v github.com/unionj-cloud/go-doudou@v0.9.7
```

### 用法
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/spf13/cobra"
)

const version = "v0.9.6"
const version = "v0.9.7"

// rootCmd is the base command when called without any subcommands
var rootCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion ddl/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Flags:
- Install go-doudou

```shell
go get -v github.com/unionj-cloud/go-doudou@v0.9.6
go get -v github.com/unionj-cloud/go-doudou@v0.9.7
```

- Clone demo repository
Expand Down
2 changes: 1 addition & 1 deletion ddl/doc/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Flags:
- Install go-doudou

```shell
go get -v github.com/unionj-cloud/go-doudou@v0.9.6
go get -v github.com/unionj-cloud/go-doudou@v0.9.7
```

- Clone demo repository
Expand Down
2 changes: 1 addition & 1 deletion svc/internal/codegen/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/unionj-cloud/cast v1.3.2
github.com/unionj-cloud/go-doudou v0.9.6
github.com/unionj-cloud/go-doudou v0.9.7
)`

const gitignoreTmpl = `# Binaries for programs and plugins
Expand Down

0 comments on commit 5fee40f

Please sign in to comment.