diff --git a/README.md b/README.md index f37fc34..6fdca42 100644 --- a/README.md +++ b/README.md @@ -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 [godoc.org][godoc]. +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 -[godoc]: http://godoc.org/github.com/kintone/go-kintone +[pkggodev]: https://pkg.go.dev/github.com/kintone-labs/go-kintone ## Copyright diff --git a/app.go b/app.go index d1046ef..c84748b 100644 --- a/app.go +++ b/app.go @@ -88,7 +88,7 @@ func (f UpdateKey) MarshalJSON() ([]byte, error) { // import ( // "appengine" // "appengine/urlfetch" -// "github.com/kintone/go-kintone" +// "github.com/kintone-labs/go-kintone" // "net/http" // ) // @@ -103,7 +103,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() { diff --git a/doc.go b/doc.go index b68210f..763ae6d 100644 --- a/doc.go +++ b/doc.go @@ -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{ diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..16156d0 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/kintone-labs/go-kintone + +go 1.17