Fix the circle import

This commit is contained in:
Tnze
2021-02-18 16:57:11 +08:00
parent 8cc4747f88
commit 624fc138ba
4 changed files with 24 additions and 17 deletions

View File

@ -6,7 +6,6 @@ import (
"github.com/Tnze/go-mc/chat"
"testing"
_ "github.com/Tnze/go-mc/data/lang/en-us"
pk "github.com/Tnze/go-mc/net/packet"
)