mirror of https://github.com/Xhofe/alist
6 lines
60 B
Go
6 lines
60 B
Go
![]() |
package drivers
|
||
|
|
||
|
func init() {
|
||
|
RegisterDriver(&Native{})
|
||
|
}
|