Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRandString ¶
type FakeRandString struct {
Rune rune
}
FakeRandString is a generator that satisfies stringgen.StringGenerator
func (*FakeRandString) Generate ¶
func (r *FakeRandString) Generate(n int) string
Generate returns the same rune n times
Click to show internal directories.
Click to hide internal directories.