Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FlushBufferToFile ¶
func FlushBufferToFile(buffer BigIntSlice)
FlushBufferToFile() takes a buffer of primes and flushes them to the latest file
func FormatFilePath ¶
FormatFilePath formats inputted filename to create a proper file path.
func OpenDirectory ¶
OpenDirectory returns an open os.File of the directory.txt as defined in settings.go
Types ¶
type BigIntSlice ¶
func (BigIntSlice) Len ¶
func (s BigIntSlice) Len() int
func (BigIntSlice) Less ¶
func (s BigIntSlice) Less(i, j int) bool
func (BigIntSlice) Swap ¶
func (s BigIntSlice) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.