From 3a5c6f4918f097610806eb2a14b9db12f9dbf463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Bru=CC=88ckner?= Date: Sun, 18 Feb 2024 00:54:48 -0800 Subject: [PATCH] Expand Client docs --- rcon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcon.go b/rcon.go index 5c65927..01b7e70 100644 --- a/rcon.go +++ b/rcon.go @@ -13,7 +13,7 @@ import ( "github.com/gorcon/rcon" ) -// Client represents a client to a Palword RCON server. +// Client represents a client to a Palword RCON server. Only use [NewClient] to instantiate a client. type Client struct { address string password string