docs: add package comments to integrations

This commit is contained in:
2026-06-01 12:55:20 +02:00
parent f4b3d1bccb
commit 475625de35
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Package animeschedule provides an integration with the animeschedule.net API.
package animeschedule
import (

View File

@@ -1,3 +1,4 @@
// Package jikan provides a client for the Jikan v4 API.
package jikan
import "time"

View File

@@ -1,3 +1,4 @@
// Package allanime provides an integration with the AllAnime API for episode playback.
package allanime
import (

View File

@@ -1,3 +1,4 @@
// Package watchorder provides anime watch order data from various sources.
package watchorder
import (