// um yes... its a db connector package dbconnector import ( //"./dbibridge"; "dbibridge"; //"strings"; "time"; "rand"; "fmt"; ) type DBConnector struct { // err, yes } func CreateRandomText(len int) (str string) { buf := make([]byte, len); rand.Seed(time.Nanoseconds()); for i:=0; i