🎨 move code

This commit is contained in:
微凉
2021-11-30 10:00:06 +08:00
parent 733b38b435
commit 5d6463b75a
4 changed files with 4 additions and 4 deletions

View File

@ -151,8 +151,6 @@ func (driver GoogleDrive) GetFiles(id string, account *model.Account) ([]GoogleF
// return nil, drivers.PathNotFound
//}
var _ Driver = (*GoogleDrive)(nil)
func init() {
RegisterDriver(&GoogleDrive{})
googleClient.SetRetryCount(3)