all.go 156 B

1234567891011
  1. package drivers
  2. import (
  3. _ "github.com/IceWhaleTech/CasaOS/drivers/google_drive"
  4. )
  5. // All do nothing,just for import
  6. // same as _ import
  7. func All() {
  8. }