Skip to content

Commit

Permalink
Expand Client docs
Browse files Browse the repository at this point in the history
  • Loading branch information
invliD committed Feb 18, 2024
1 parent 60f773c commit 3a5c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcon.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a5c6f4

Please sign in to comment.