chore: cleanup before publishing

This commit is contained in:
Julian Tölle 2024-05-02 22:12:29 +02:00
parent 4b77b81689
commit d0729e1cb5
7 changed files with 59 additions and 18 deletions

View file

@ -39,7 +39,7 @@ var (
defaultSSHDialTimeout = 1 * time.Minute
)
func New(c *hcloud.Client) Client {
func NewClient(c *hcloud.Client) Client {
return &client{
c: c,
}