Directories
¶
| Path | Synopsis |
|---|---|
|
Package diag provides basic utilities for troubleshooting application.
|
Package diag provides basic utilities for troubleshooting application. |
|
Package multiarch implements functions that facilitate developing application that works on multiple operating systems and processor architectures.
|
Package multiarch implements functions that facilitate developing application that works on multiple operating systems and processor architectures. |
|
Package multiplex provides base service structure to enable concurrency processing using built-in Go routine.
|
Package multiplex provides base service structure to enable concurrency processing using built-in Go routine. |
|
Package opx provides generics function to handle common pattern that are not provided by Go lang standard libraries.
|
Package opx provides generics function to handle common pattern that are not provided by Go lang standard libraries. |
|
slicext
Package slicext implements helper functions specialized for slice that are not yet provided by Go lang standard libraries.
|
Package slicext implements helper functions specialized for slice that are not yet provided by Go lang standard libraries. |
|
Package random provides functions to create arbiraty data that is unpredictable.
|
Package random provides functions to create arbiraty data that is unpredictable. |
|
pseudorng
Package pseudorng derives from math/rand package and provides pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
|
Package pseudorng derives from math/rand package and provides pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
|
securerng
Package securerng derives from crypto/rand to implement cryptographically secure random number generator.
|
Package securerng derives from crypto/rand to implement cryptographically secure random number generator. |
|
Package stdx provides extended data types that are not provided by Go lang standard libraries.
|
Package stdx provides extended data types that are not provided by Go lang standard libraries. |
|
mathxt
Package mathxt provides math functions for built-in data types other than float64.
|
Package mathxt provides math functions for built-in data types other than float64. |
|
mathxt/bigxt
Package bigxt provides additional apis for working with big.Int.
|
Package bigxt provides additional apis for working with big.Int. |
|
stringxt
Package stringxt implements helper functions specialized for string that are not provided by Go lang standard libraries.
|
Package stringxt implements helper functions specialized for string that are not provided by Go lang standard libraries. |
|
Package strfmt provides common structs for popular structured string in computing such as URL, file path, connection string,...
|
Package strfmt provides common structs for popular structured string in computing such as URL, file path, connection string,... |
Click to show internal directories.
Click to hide internal directories.