docs: add package comments to public and template packages
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// Package graphql provides a GraphQL client for the AniList API.
|
||||||
package graphql
|
package graphql
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Package netutil provides HTTP networking utilities including rate limiting and proxy support.
|
||||||
package netutil
|
package netutil
|
||||||
|
|
||||||
// Common size limits used when reading upstream responses.
|
// Common size limits used when reading upstream responses.
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Package templates provides HTML template rendering with custom functions.
|
||||||
package templates
|
package templates
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Reference in New Issue
Block a user