7 lines
242 B
Go
7 lines
242 B
Go
// Package govndb provides a Go wrapper for the VNDB Kana API.
|
|
//
|
|
// It focuses on a small client surface with configurable HTTP transport,
|
|
// explicit field selection helpers, and typed models for the major Kana
|
|
// endpoints.
|
|
package govndb
|