initial commit

This commit is contained in:
iceBear67
2026-07-15 14:28:58 +08:00
commit 6e0d7ec33f
47 changed files with 4022 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// Package e2e contains end-to-end integration tests that exercise the full
// redapricot data path: a real Java hub subprocess, the in-process Go client,
// a mock Minecraft destination, and simulated players. The tests live in
// *_test.go files; this file exists so `go build ./...` has a buildable package.
package e2e