Skip to content

Commit 3b8f20f

Browse files
committed
github.com/qiniu/goplus-www => github.com/goplus/www
1 parent 284e792 commit 3b8f20f

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source code of https://goplus.org/
22

3-
[![LICENSE](https://img.shields.io/github/license/qiniu/goplus-www.svg)](https://github.com/qiniu/goplus-www/blob/master/LICENSE)
4-
[![Build Status](https://travis-ci.org/qiniu/goplus-www.png?branch=master)](https://travis-ci.org/qiniu/goplus-www)
5-
[![Go Report Card](https://goreportcard.com/badge/github.com/qiniu/goplus-www)](https://goreportcard.com/report/github.com/qiniu/goplus-www)
6-
[![GitHub release](https://img.shields.io/github/v/tag/qiniu/goplus-www.svg?label=release)](https://github.com/qiniu/goplus/releases-www)
7-
[![Coverage Status](https://codecov.io/gh/qiniu/goplus-www/branch/master/graph/badge.svg)](https://codecov.io/gh/qiniu/goplus-www)
3+
[![LICENSE](https://img.shields.io/github/license/goplus/www.svg)](https://github.com/goplus/www/blob/master/LICENSE)
4+
[![Build Status](https://travis-ci.org/goplus/www.png?branch=master)](https://travis-ci.org/goplus/www)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/goplus/www)](https://goreportcard.com/report/github.com/goplus/www)
6+
[![GitHub release](https://img.shields.io/github/v/tag/goplus/www.svg?label=release)](https://github.com/goplus/www/releases)
7+
[![Coverage Status](https://codecov.io/gh/goplus/www/branch/master/graph/badge.svg)](https://codecov.io/gh/goplus/www)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/qiniu/goplus-www
1+
module github.com/goplus/www
22

33
go 1.12
44

playground/deploy/deploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"entrypoint": "bash",
99
"args": [
1010
"-c",
11-
"go run github.com/qiniu/goplus-www/playground/cmd/latestgo > /workspace/goversion; echo GO_VERSION=`cat /workspace/goversion`"
11+
"go run github.com/goplus/www/playground/cmd/latestgo > /workspace/goversion; echo GO_VERSION=`cat /workspace/goversion`"
1212
]
1313
},
1414
{

playground/internal/gcpdial/gcpdialtool/gcpdialtool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"os"
1414
"time"
1515

16-
"github.com/qiniu/goplus-www/playground/internal/gcpdial"
16+
"github.com/goplus/www/playground/internal/gcpdial"
1717
)
1818

1919
var (

playground/sandbox.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ import (
3636

3737
"cloud.google.com/go/compute/metadata"
3838
"github.com/bradfitz/gomemcache/memcache"
39-
"github.com/qiniu/goplus-www/playground/internal/gcpdial"
40-
"github.com/qiniu/goplus-www/playground/sandbox/sandboxtypes"
39+
"github.com/goplus/www/playground/internal/gcpdial"
40+
"github.com/goplus/www/playground/sandbox/sandboxtypes"
4141
)
4242

4343
const (

playground/sandbox/sandbox.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ import (
3131
"syscall"
3232
"time"
3333

34-
"github.com/qiniu/goplus-www/playground/internal"
35-
"github.com/qiniu/goplus-www/playground/sandbox/sandboxtypes"
34+
"github.com/goplus/www/playground/internal"
35+
"github.com/goplus/www/playground/sandbox/sandboxtypes"
3636
"go.opencensus.io/plugin/ochttp"
3737
"go.opencensus.io/stats"
3838
"go.opencensus.io/tag"

0 commit comments

Comments
 (0)