Skip to content

Commit

Permalink
update library path to kintone-labs
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Mar 17, 2022
1 parent c3a206e commit 272790c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ This software is licensed under [the BSD 2-clause license][bsd2].

To import this package:

import "github.com/kintone/go-kintone"
import "github.com/kintone-labs/go-kintone"

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

[kintone]: https://www.kintone.com/
[APIen]: https://developer.kintone.io/hc/en-us
[APIja]: https://developer.cybozu.io/hc/ja
[bsd2]: http://opensource.org/licenses/BSD-2-Clause
[pkggodev]: https://pkg.go.dev/github.com/kintone/go-kintone
[pkggodev]: https://pkg.go.dev/github.com/kintone-labs/go-kintone

## Copyright

Expand Down
4 changes: 2 additions & 2 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (f UpdateKey) MarshalJSON() ([]byte, error) {
// import (
// "appengine"
// "appengine/urlfetch"
// "github.com/kintone/go-kintone"
// "github.com/kintone-labs/go-kintone"
// "net/http"
// )
//
Expand All @@ -99,7 +99,7 @@ func (f UpdateKey) MarshalJSON() ([]byte, error) {
// import (
// "net/http"
// "net/url"
// "github.com/kintone/go-kintone"
// "github.com/kintone-labs/go-kintone"
// )
//
// func main() {
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See https://developer.kintone.io for API specs.
import (
"log"
"github.com/kintone/go-kintone"
"github.com/kintone-labs/go-kintone"
)
...
app := &kintone.App{
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/kintone/go-kintone
module github.com/kintone-labs/go-kintone

go 1.17

0 comments on commit 272790c

Please sign in to comment.