package
0.0.0-20211113074651-c6ea6ab4ee08
Repository: https://github.com/tsaikd/kdgolib.git
Documentation: pkg.go.dev
# Structs
CaseType implement Case.
ContextType implement Context.
QueueType implement Queue.
# Interfaces
Case define test case info.
CaseBuilder is a helper for setup test case.
Context is context for running test case.
Queue is a data struct support map and slice feature.
# Type aliases
SetupFunc define testcase setup function type.
TearDownFunc define testcase teardown function type.