add buildExampleAlaises helper function

to be used later
This commit is contained in:
Kent Gruber 2018-05-02 13:56:09 -04:00
commit 7180f6524e

View file

@ -1,3 +1,7 @@
package network package network
import "testing" import "testing"
func buildExampleAlaises() *Aliases {
return &Aliases{}
}