From 014948568ab57c66e347c22ce7ce1613909bbf27 Mon Sep 17 00:00:00 2001 From: Tiffany Cheng Date: Wed, 22 Nov 2017 10:17:42 -0800 Subject: [PATCH] remove comment change --- client.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client.go b/client.go index a7d14b59..4657e839 100644 --- a/client.go +++ b/client.go @@ -218,7 +218,9 @@ type client struct { connector Connector } -// NewClient returns a new DOSA client for the registry and connector provided. +// NewClient returns a new DOSA client for the registry and connector +// provided. This is currently only a partial implementation to demonstrate +// basic CRUD functionality. func NewClient(reg Registrar, conn Connector) Client { return &client{ registrar: reg,