Moved from gim to gg for image creation
This commit is contained in:
11
nmslib-rpcg_test.go
Normal file
11
nmslib-rpcg_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package nmslib
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestRndPortal(t *testing.T) {
|
||||
fmt.Printf("\nRandom Portal Code: ")
|
||||
fmt.Println(RndPortal())
|
||||
}
|
||||
Reference in New Issue
Block a user