mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -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
|
||||
|
||||
import "testing"
|
||||
|
||||
func buildExampleAlaises() *Aliases {
|
||||
return &Aliases{}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue