File: doc.go

package info (click to toggle)
golang-github-shurcool-githubv4 0.0~git20220520.0b4e329-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 404 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// Package githubv4 is a client library for accessing GitHub
// GraphQL API v4 (https://docs.github.com/en/graphql).
//
// If you're looking for a client library for GitHub REST API v3,
// the recommended package is github.com/google/go-github/github.
//
// For now, see README for more details.
package githubv4 // import "github.com/shurcooL/githubv4"

//go:generate go run gen.go