Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-03 14:00:31 +00:00
parent 49e533797f
commit 3af01580b7
9 changed files with 80 additions and 162 deletions

View File

@@ -12,4 +12,5 @@ func main() {
notesService := notes.NewNotesService(os.Getenv("M3O_API_TOKEN"))
rsp, err := notesService.List(&notes.ListRequest{})
fmt.Println(rsp, err)
}