Skip to content

Commit

Permalink
v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wubin1989 committed Jan 19, 2022
1 parent 880877a commit 5fdbf2b
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.5
go get -v github.com/unionj-cloud/go-doudou@v0.9.6
```

If you meet 410 Gone error, try below command:

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

### 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.5
go get -v github.com/unionj-cloud/go-doudou@v0.9.6
```

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

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

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

// rootCmd is the base command when called without any subcommands
var rootCmd = &cobra.Command{
Version: "v0.9.5",
Version: "v0.9.6",
Use: "go-doudou",
Short: "go-doudou is microservice rapid develop framework based on openapi 3.0 spec and gossip protocol",
Long: `go-doudou works like a scaffolding tool but more than that.
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.5
go get -v github.com/unionj-cloud/go-doudou@v0.9.6
```

- 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.5
go get -v github.com/unionj-cloud/go-doudou@v0.9.6
```

- 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.5
github.com/unionj-cloud/go-doudou v0.9.6
)`

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

0 comments on commit 5fdbf2b

Please sign in to comment.