Minor change to library user agent

This commit is contained in:
Ryan Cavicchioni 2021-02-13 18:42:07 -06:00
parent a7fab72a1e
commit e0a658edf7
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

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