File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
internal/gcpdial/gcpdialtool Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Source code of https://goplus.org/
2
2
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 )
Original file line number Diff line number Diff line change 1
- module github.com/qiniu/ goplus- www
1
+ module github.com/goplus/ www
2
2
3
3
go 1.12
4
4
Original file line number Diff line number Diff line change 8
8
"entrypoint" : " bash" ,
9
9
"args" : [
10
10
" -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`"
12
12
]
13
13
},
14
14
{
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"os"
14
14
"time"
15
15
16
- "github.com/qiniu/ goplus- www/playground/internal/gcpdial"
16
+ "github.com/goplus/ www/playground/internal/gcpdial"
17
17
)
18
18
19
19
var (
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ import (
36
36
37
37
"cloud.google.com/go/compute/metadata"
38
38
"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"
41
41
)
42
42
43
43
const (
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ import (
31
31
"syscall"
32
32
"time"
33
33
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"
36
36
"go.opencensus.io/plugin/ochttp"
37
37
"go.opencensus.io/stats"
38
38
"go.opencensus.io/tag"
You can’t perform that action at this time.
0 commit comments