Unused imports in example

This commit is contained in:
ChillerDragon 2024-06-23 17:08:59 +08:00
parent 4a47664fd1
commit 4b9ae9a4b3

View file

@ -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"
)