We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc18bb7 commit c1a3d75Copy full SHA for c1a3d75
main.go
@@ -48,8 +48,8 @@ func main() {
48
Flags: []cli.Flag{
49
cli.StringFlag{
50
Name: "src",
51
- Usage: "Source path in the GOPATH. For example: github.com/igetserver",
52
- Value: "gitlab.luojilab.com/igetserver",
+ Usage: "Source path in the GOPATH. For example: github.com/silentred",
+ Value: "gitlab.alipay-inc.com/oceanbase-dba",
53
Destination: &sourcePath,
54
},
55
0 commit comments