Skip to content

Commit

Permalink
github.com/qiniu/goplus-www => github.com/goplus/www
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Jul 8, 2020
1 parent 284e792 commit 3b8f20f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Source code of https://goplus.org/

[![LICENSE](https://img.shields.io/github/license/qiniu/goplus-www.svg)](https://github.com/qiniu/goplus-www/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/qiniu/goplus-www.png?branch=master)](https://travis-ci.org/qiniu/goplus-www)
[![Go Report Card](https://goreportcard.com/badge/github.com/qiniu/goplus-www)](https://goreportcard.com/report/github.com/qiniu/goplus-www)
[![GitHub release](https://img.shields.io/github/v/tag/qiniu/goplus-www.svg?label=release)](https://github.com/qiniu/goplus/releases-www)
[![Coverage Status](https://codecov.io/gh/qiniu/goplus-www/branch/master/graph/badge.svg)](https://codecov.io/gh/qiniu/goplus-www)
[![LICENSE](https://img.shields.io/github/license/goplus/www.svg)](https://github.com/goplus/www/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/goplus/www.png?branch=master)](https://travis-ci.org/goplus/www)
[![Go Report Card](https://goreportcard.com/badge/github.com/goplus/www)](https://goreportcard.com/report/github.com/goplus/www)
[![GitHub release](https://img.shields.io/github/v/tag/goplus/www.svg?label=release)](https://github.com/goplus/www/releases)
[![Coverage Status](https://codecov.io/gh/goplus/www/branch/master/graph/badge.svg)](https://codecov.io/gh/goplus/www)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/qiniu/goplus-www
module github.com/goplus/www

go 1.12

Expand Down
2 changes: 1 addition & 1 deletion playground/deploy/deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"entrypoint": "bash",
"args": [
"-c",
"go run github.com/qiniu/goplus-www/playground/cmd/latestgo > /workspace/goversion; echo GO_VERSION=`cat /workspace/goversion`"
"go run github.com/goplus/www/playground/cmd/latestgo > /workspace/goversion; echo GO_VERSION=`cat /workspace/goversion`"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion playground/internal/gcpdial/gcpdialtool/gcpdialtool.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"os"
"time"

"github.com/qiniu/goplus-www/playground/internal/gcpdial"
"github.com/goplus/www/playground/internal/gcpdial"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions playground/sandbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import (

"cloud.google.com/go/compute/metadata"
"github.com/bradfitz/gomemcache/memcache"
"github.com/qiniu/goplus-www/playground/internal/gcpdial"
"github.com/qiniu/goplus-www/playground/sandbox/sandboxtypes"
"github.com/goplus/www/playground/internal/gcpdial"
"github.com/goplus/www/playground/sandbox/sandboxtypes"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions playground/sandbox/sandbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (
"syscall"
"time"

"github.com/qiniu/goplus-www/playground/internal"
"github.com/qiniu/goplus-www/playground/sandbox/sandboxtypes"
"github.com/goplus/www/playground/internal"
"github.com/goplus/www/playground/sandbox/sandboxtypes"
"go.opencensus.io/plugin/ochttp"
"go.opencensus.io/stats"
"go.opencensus.io/tag"
Expand Down

0 comments on commit 3b8f20f

Please sign in to comment.