Skip to content

Commit

Permalink
remove comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiffany Cheng committed Nov 22, 2017
1 parent 326f0b8 commit 0149485
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0149485

Please sign in to comment.