Skip to content

Commit 666716a

Browse files
committed
Update pkg/name/registry.go
Signed-off-by: Jason Hall <[email protected]>
1 parent 93a5f21 commit 666716a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/name/registry.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func (r Registry) String() string {
5353

5454
// Repo returns a Repository in the Registry with the given name.
5555
func (r Registry) Repo(repo ...string) Repository {
56-
// TODO: Panic if repo is empty?
5756
return Repository{Registry: r, repository: path.Join(repo...)}
5857
}
5958

0 commit comments

Comments
 (0)