diff options
Diffstat (limited to 'repo.test.go')
| -rw-r--r-- | repo.test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo.test.go b/repo.test.go index 6b0fe57..1e2795c 100644 --- a/repo.test.go +++ b/repo.test.go @@ -16,6 +16,7 @@ import ( func (mt *ReposTable) Delete() { log.Info("implement table Delete here") + mt.parent.DeleteTable(mt.pb) } func (mt *ReposTable) UpdateTable(pb *Repos) { |
