package nmslib import ( "fmt" "testing" ) func TestRndPortal(t *testing.T) { fmt.Printf("\nRandom Portal Code: ") fmt.Println(RndPortal()) }