Documentation ¶
Overview ¶
Copyright (c) arkade author(s) 2022. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Untar ¶
Untar reads the (gzip-compressed) tar file from r and writes it into dir. Copyright 2017 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
AE: Edited on 2019-10-11 to remove support for nested folders when un-taring so that all files are placed in the same target directory
func UntarNested ¶
UntarNested reads the gzip-compressed tar file from r and writes it into dir. Copyright 2017 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Types ¶
This section is empty.