update connection settings: modify server address, replace go-mc implementation, and clean up go.work files

This commit is contained in:
2025-08-23 17:46:32 +08:00
parent 8b3d6c8bd5
commit 8e2707d92e
6 changed files with 8 additions and 26 deletions

View File

@ -19,7 +19,7 @@ func main() {
ctx, cancelFunc := context.WithCancel(context.Background())
defer cancelFunc()
err := c.Connect(ctx, "mc.konjactw.dev", nil)
err := c.Connect(ctx, "mcfallout.net", nil)
if err != nil {
panic(err)
}
@ -33,5 +33,4 @@ func main() {
if err != nil {
panic(err)
}
}