Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
w-p-pueschel committed Mar 16, 2018
1 parent fe32688 commit 325c9e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ package main

// Type Remote is a client for a remote git provider
type Remote interface {
// Function Create creates a new remote repository
// Function CreateRepo creates a new remote repository
CreateRepo() error
// Function Clone clones the remote repository
// Function CloneRepo clones the remote repository
CloneRepo() error
// Functon Delete deletes a remote repository
// Functon DeleteRepo deletes a remote repository
DeleteRepo() error
// Function List list all remote repositories
// Function ListRepos list all remote repositories
ListRepos() error
}

0 comments on commit 325c9e0

Please sign in to comment.