mirror of
https://github.com/AlistGo/alist.git
synced 2025-09-15 12:58:42 +08:00
6 lines
60 B
Go
6 lines
60 B
Go
package drivers
|
|
|
|
func init() {
|
|
RegisterDriver(&Native{})
|
|
}
|