Documentation ¶
Overview ¶
Copyright © 2022-2023 Macaroni OS Linux See AUTHORS and LICENSE for the license details and contributors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Implementation ¶
type Implementation string
const ( None Implementation = "none" // e.g. tar for standard packages GZip Implementation = "gzip" Zstandard Implementation = "zstd" )
func NewCompression ¶
func NewCompression(s string) Implementation
func (Implementation) Ext ¶
func (c Implementation) Ext() string
Click to show internal directories.
Click to hide internal directories.