Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomString ¶
Efficient random string generator based on: https://stackoverflow.com/questions/22892120/how-to-generate-a-random-string-of-a-fixed-length-in-go
Types ¶
type ThreadSafeCsvWriter ¶
type ThreadSafeCsvWriter struct {
// contains filtered or unexported fields
}
func NewThreadSafeCsvWriter ¶
func NewThreadSafeCsvWriter(fileName string) *ThreadSafeCsvWriter
func (*ThreadSafeCsvWriter) Flush ¶
func (w *ThreadSafeCsvWriter) Flush()
func (*ThreadSafeCsvWriter) Write ¶
func (w *ThreadSafeCsvWriter) Write(row []string)
Click to show internal directories.
Click to hide internal directories.