package
0.1.7
Repository: https://github.com/92hackers/codetalks.git
Documentation: pkg.go.dev

# Functions

AnalyzeTimeConsumed is a function that returns a function that can be used to analyze the time consumed.
No description provided by the author
No description provided by the author
CaptureStdout captures the output of a function that writes to stdout and returns the output content as a string.
No description provided by the author
No description provided by the author
Helper function to create a new set.
No description provided by the author
You can view the cpu profile file with `go tool pprof codetalks-cpu.prof` or visualize it on website like https://www.speedscope.app/.
You can view the memory profile file with `go tool pprof codetalks-mem.prof` or visualize it on website like https://www.speedscope.app/.
You can view the trace file with `go tool trace codetalks-trace.prof`.
No description provided by the author
WalkDir walks the file tree rooted at root, calling fn for each file or directory in the tree, including root.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Define a set as a map with keys of type string and values of type void.