mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
add buildExampleAlaises helper function
to be used later
This commit is contained in:
parent
f3487ad6d2
commit
7180f6524e
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
package network
|
package network
|
||||||
|
|
||||||
import "testing"
|
import "testing"
|
||||||
|
|
||||||
|
func buildExampleAlaises() *Aliases {
|
||||||
|
return &Aliases{}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue