Add missing godocs

This commit is contained in:
Toby Padilla 2021-05-26 13:19:43 -05:00 committed by Christian Rocha
commit d147dd43a3
No known key found for this signature in database
GPG key ID: D6CC7A16E5878018

View file

@ -13,10 +13,12 @@ import (
"github.com/google/uuid"
)
// Client provides the Glow interface to the Charm Cloud
type Client struct {
kv *kv.KV
}
// NewClient creates a new Client with the default settings
func NewClient() (*Client, error) {
kv, err := kv.OpenWithDefaults("charm.sh.glow", "./data")
if err != nil {