From 845b7949ddc63b7bd3620c0744a6555e7c2975ec Mon Sep 17 00:00:00 2001 From: JunDao Date: Sun, 19 May 2019 18:48:06 +0800 Subject: [PATCH] remove gomcbot --- bot/world/chunk.go | 2 +- bot/world/motion.go | 2 +- bot/world/world.go | 2 +- bot/world/world_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bot/world/chunk.go b/bot/world/chunk.go index cf17ebf..9507632 100644 --- a/bot/world/chunk.go +++ b/bot/world/chunk.go @@ -1,4 +1,4 @@ -package gomcbot +package world // import ( // "bytes" diff --git a/bot/world/motion.go b/bot/world/motion.go index 39f5c83..acfa17c 100644 --- a/bot/world/motion.go +++ b/bot/world/motion.go @@ -1,4 +1,4 @@ -package gomcbot +package world // import ( // "math" diff --git a/bot/world/world.go b/bot/world/world.go index d623cad..6a9a4d2 100644 --- a/bot/world/world.go +++ b/bot/world/world.go @@ -1,4 +1,4 @@ -package gomcbot +package world // //World record all of the things in the world where player at // type world struct { diff --git a/bot/world/world_test.go b/bot/world/world_test.go index abcd8f8..641e28b 100644 --- a/bot/world/world_test.go +++ b/bot/world/world_test.go @@ -1,4 +1,4 @@ -package gomcbot +package world // import "testing"