mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-20 12:46:17 +08:00
6 lines
60 B
Go
6 lines
60 B
Go
![]() |
package drivers
|
||
|
|
||
|
func init() {
|
||
|
RegisterDriver(&Native{})
|
||
|
}
|