Package blockcode provides functionalities for packaging a directory
into a Blockcode. It includes functions for signing, verifying,
encoding and decoding a Blockcode.
Deflate decompresses the block code into
destination while maintaining the folder
structure it had during compression.
It will return error if a directory of
a file already exists or if unable to
create the directory.
var (
// LangGo is a Lang representing `Go` programming language LangGo Lang = "go"
// LangTypescript is a Lang representing `Typescript` programming language LangTypescript Lang = "typescript"
// LangPython is a Lang representing `Python` programming language LangPython Lang = "python"
)