docs: add package comments to public and template packages

This commit is contained in:
2026-06-01 12:55:53 +02:00
committed by Milas Holsting
parent 399f68a7f2
commit 28c453847a
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Package graphql provides a GraphQL client for the AniList API.
package graphql
import (

View File

@@ -1,3 +1,4 @@
// Package netutil provides HTTP networking utilities including rate limiting and proxy support.
package netutil
// Common size limits used when reading upstream responses.

View File

@@ -1,3 +1,4 @@
// Package templates provides HTML template rendering with custom functions.
package templates
import (