mirror of
https://github.com/bettercap/bettercap.git
synced 2024-11-08 06:30:13 -08:00
7 lines
119 B
Go
7 lines
119 B
Go
package can
|
|
|
|
func (mod *CANModule) dbcLoad(name string) error {
|
|
// load as file
|
|
return mod.dbc.LoadFile(mod, name)
|
|
}
|