doc.go

 1// Package githubv4 is a client library for accessing GitHub
 2// GraphQL API v4 (https://developer.github.com/v4/).
 3//
 4// If you're looking for a client library for GitHub REST API v3,
 5// the recommended package is github.com/google/go-github/github.
 6//
 7// Status: In active early research and development. The API will change when
 8// opportunities for improvement are discovered; it is not yet frozen.
 9//
10// For now, see README for more details.
11package githubv4 // import "github.com/shurcooL/githubv4"
12
13//go:generate go run gen.go