Update README to clarify package details

Removed redundant information about package extraction and persistence layer.
This commit is contained in:
Andrew
2026-04-04 20:04:34 +03:00
committed by GitHub
parent 383b3fe543
commit 064c6c4464

View File

@@ -2,8 +2,6 @@
Small Go library for querying Minecraft Java and Bedrock server status.
The package is extracted from `DuExpBot/backend/pkg/mcstatus`, but without any app-specific model/database layer.
## Features
- Java status ping
@@ -56,5 +54,4 @@ func main() {
## Notes
- No GORM or persistence layer is included.
- `ServerInfo` is a plain struct and can be stored however you want.