We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36cd06 commit 8d60afaCopy full SHA for 8d60afa
archive.go
@@ -476,9 +476,7 @@ func (compression *Compression) Extension() string {
476
}
477
478
// assert that we implement [tar.FileInfoNames].
479
-//
480
-// TODO(thaJeztah): disabled to allow compiling on < go1.23. un-comment once we drop support for older versions of go.
481
-// var _ tar.FileInfoNames = (*nosysFileInfo)(nil)
+var _ tar.FileInfoNames = (*nosysFileInfo)(nil)
482
483
// nosysFileInfo hides the system-dependent info of the wrapped FileInfo to
484
// prevent tar.FileInfoHeader from introspecting it and potentially calling into
0 commit comments