package
0.0.0-20241119232250-d9f28124968f
Repository: https://github.com/kaszanas/sc2infoextractorgo.git
Documentation: pkg.go.dev

# Packages

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

# Functions

initBufferWriter initializes a bytes buffer that is used to hold all of the information that writer will write to the archive.
NewProgressBar creates a new progress bar standardized for the project.
ParseFlags contains logic which is responsible for user input.
SaveFileToArchive creates a file header and saves replayString (JSON) bytes into the zip writer.
setLogging contains logic that is used to initialize logging to a specified file with a specified level.
setProfiling sets up pprof profiling to a supplied filepath.

# Structs

CLIFlags is a structure which holds all of the information that was supplied by user in CLI.
LogFlags contains settings that the user can set for logging.