1
0
mirror of https://github.com/dstotijn/go-notion.git synced 2025-06-12 23:57:35 +02:00
go-notion/go.mod
David Stotijn a543e3936b
Add example for Client.CreatePage method (#39)
* Add example for `Client.CreatePage` method

* Add examples reference in README
2022-09-03 21:03:02 +02:00

9 lines
140 B
Modula-2

module github.com/dstotijn/go-notion
go 1.16
require (
github.com/google/go-cmp v0.5.5
github.com/sanity-io/litter v1.5.5 // indirect
)