Delete doc.go

This commit is contained in:
12private12 2025-08-12 23:21:56 +08:00 committed by GitHub
parent 17cbc389fc
commit 1ea775da14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

7
doc.go
View File

@ -1,7 +0,0 @@
// Package pixel implements platform and backend agnostic core of the Pixel game development
// library.
//
// It specifies the core Target, Triangles, Picture pattern and implements standard elements, such
// as Sprite, Batch, Vec, Matrix and RGBA in addition to the basic Triangles and Picture
// implementations: TrianglesData and PictureData.
package pixel