mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 13:30:45 +00:00
tar: fix import path
This commit is contained in:
parent
e1424b84b8
commit
169f28d3e6
@ -1,3 +1,6 @@
|
||||
const std = @import("std.zig");
|
||||
const assert = std.debug.assert;
|
||||
|
||||
pub const Options = struct {
|
||||
/// Number of directory levels to skip when extracting files.
|
||||
strip_components: u32 = 0,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user