Adds doc comments

This commit is contained in:
sm
2018-03-02 23:23:08 -08:00
parent f21ded2b77
commit 2a0220cddc
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func Add(root string, uris []string) error {
return save(root, db)
}
// Add removes the given uri from the list of configured remotes.
// Remove removes the given uri from the list of configured remotes.
func Remove(root string, uris []string) error {
db, err := load(root)
if err != nil {