Minor change to library user agent

This commit is contained in:
2021-02-13 18:42:07 -06:00
parent a7fab72a1e
commit e0a658edf7

View File

@@ -13,7 +13,7 @@ import (
"time" "time"
) )
const defaultUserAgent = "go-lifx" const defaultUserAgent = "lifx-go"
type ( type (
Client struct { Client struct {