From 4b9ae9a4b34ceea3e4e069fbda4742d615d007cc Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Sun, 23 Jun 2024 17:08:59 +0800 Subject: [PATCH] Unused imports in example --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 533b84d..07c2757 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,6 @@ The package **teeworlds7** implements a high level client library. Designed for package main import ( - "fmt" - "os" - "time" - "github.com/teeworlds-go/go-teeworlds-protocol/messages7" "github.com/teeworlds-go/go-teeworlds-protocol/teeworlds7" )