Skip to content

Commit 272790c

Browse files
committed
update library path to kintone-labs
1 parent c3a206e commit 272790c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ This software is licensed under [the BSD 2-clause license][bsd2].
2929

3030
To import this package:
3131

32-
import "github.com/kintone/go-kintone"
32+
import "github.com/kintone-labs/go-kintone"
3333

3434
Visit the docs on [pkg.go.dev][pkggodev].
3535

3636
[kintone]: https://www.kintone.com/
3737
[APIen]: https://developer.kintone.io/hc/en-us
3838
[APIja]: https://developer.cybozu.io/hc/ja
3939
[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
4141

4242
## Copyright
4343

app.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (f UpdateKey) MarshalJSON() ([]byte, error) {
8484
// import (
8585
// "appengine"
8686
// "appengine/urlfetch"
87-
// "github.com/kintone/go-kintone"
87+
// "github.com/kintone-labs/go-kintone"
8888
// "net/http"
8989
// )
9090
//
@@ -99,7 +99,7 @@ func (f UpdateKey) MarshalJSON() ([]byte, error) {
9999
// import (
100100
// "net/http"
101101
// "net/url"
102-
// "github.com/kintone/go-kintone"
102+
// "github.com/kintone-labs/go-kintone"
103103
// )
104104
//
105105
// func main() {

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See https://developer.kintone.io for API specs.
66
import (
77
"log"
88
9-
"github.com/kintone/go-kintone"
9+
"github.com/kintone-labs/go-kintone"
1010
)
1111
...
1212
app := &kintone.App{

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/kintone/go-kintone
1+
module github.com/kintone-labs/go-kintone
22

33
go 1.17

0 commit comments

Comments
 (0)