File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ This software is licensed under [the BSD 2-clause license][bsd2].
29
29
30
30
To import this package:
31
31
32
- import "github.com/kintone/go-kintone"
32
+ import "github.com/kintone-labs /go-kintone"
33
33
34
34
Visit the docs on [ pkg.go.dev] [ pkggodev ] .
35
35
36
36
[ kintone ] : https://www.kintone.com/
37
37
[ APIen ] : https://developer.kintone.io/hc/en-us
38
38
[ APIja ] : https://developer.cybozu.io/hc/ja
39
39
[ bsd2 ] : http://opensource.org/licenses/BSD-2-Clause
40
- [ pkggodev ] : https://pkg.go.dev/github.com/kintone/go-kintone
40
+ [ pkggodev ] : https://pkg.go.dev/github.com/kintone-labs /go-kintone
41
41
42
42
## Copyright
43
43
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ func (f UpdateKey) MarshalJSON() ([]byte, error) {
84
84
// import (
85
85
// "appengine"
86
86
// "appengine/urlfetch"
87
- // "github.com/kintone/go-kintone"
87
+ // "github.com/kintone-labs /go-kintone"
88
88
// "net/http"
89
89
// )
90
90
//
@@ -99,7 +99,7 @@ func (f UpdateKey) MarshalJSON() ([]byte, error) {
99
99
// import (
100
100
// "net/http"
101
101
// "net/url"
102
- // "github.com/kintone/go-kintone"
102
+ // "github.com/kintone-labs /go-kintone"
103
103
// )
104
104
//
105
105
// func main() {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ See https://developer.kintone.io for API specs.
6
6
import (
7
7
"log"
8
8
9
- "github.com/kintone/go-kintone"
9
+ "github.com/kintone-labs /go-kintone"
10
10
)
11
11
...
12
12
app := &kintone.App{
Original file line number Diff line number Diff line change 1
- module github.com/kintone/go-kintone
1
+ module github.com/kintone-labs /go-kintone
2
2
3
3
go 1.17
You can’t perform that action at this time.
0 commit comments