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