Result for 3DBBC382FBB309BA20A46DBAB9D8FDE9FBB6AB4A

Query result

Key Value
FileName./usr/share/gocode/src/github.com/spf13/afero/sftpfs/file.go
FileSize2037
MD5C512B50BF46CDFA255C1EE06FEB65BC6
SHA-13DBBC382FBB309BA20A46DBAB9D8FDE9FBB6AB4A
SHA-256A07294D6928D5C431D15F23040252409F182B49D0F21338462B929FB5FEF42B0
SHA-512CFCAF0914B320986C05C96C220B58B15B1BBC2DCA027BF24551EF1E4B1FC6EA15541D6C62368758144A1A07B73235F97271B0B15459503DA0779A145B6A758E1
SSDEEP48:2jAx4DM10QNH31mqr8G/EvPHBew1aaKgKsjdf9z2:2jAx4DwdNHFmWBMXBeXqBlz2
TLSHT1D841D09239C69B632ED416187D01599FF2CDECE84DBD82A0E494A4F5721809ECFBC9C3
insert-timestamp1659227077.010814
mimetypetext/plain
sourcesnap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
hashlookup:parent-total16
hashlookup:trust100

Network graph view

Parents (Total: 16)

The searched file hash is included in 16 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
SHA-103BD1018751C915F71C1E2AE51345C94CA1942ED
snap-authoritycanonical
snap-filenamemdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
snap-idmdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
snap-nameaxiom
snap-publisher-id1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2021-10-01T17:34:13.464567Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
Key Value
MD5DD8E3B7831A84708C8D27D261DC02EEA
PackageArchnoarch
PackageDescriptionAfero is an filesystem framework providing a simple, uniform and universal API interacting with any filesystem, as an abstraction layer providing interfaces, types and methods. Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods. Afero is also a library providing a base set of interoperable backend filesystems that make it easy to work with afero while retaining all the power and benefit of the os and ioutil packages. Afero provides significant improvements over using the os package alone, most notably the ability to create mock and testing filesystems without relying on the disk. It is suitable for use in a any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory backed file system during testing. It also adds support for the http filesystem for full interoperability. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/spf13/afero
PackageMaintainerpterjan <pterjan>
PackageNamegolang-github-spf13-afero-devel
PackageRelease2.mga8
PackageVersion1.3.4
SHA-11D3CEE9D7BD42997898671FA608E5872C6F290EC
SHA-256974354FB6153F40DF1869741D064C69BFDD650702693F66D5ED4238B6BA02B51
Key Value
FileSize32352
MD596EEEDE4A8865068F81ADBD97434B9C9
PackageDescriptionFileSystem Abstraction System for Go Package Afero provides types and methods for interacting with the filesystem as an abstraction layer for the Go Programming Language. . It provides a few implementations that are largely interoperable. One that uses the operating system filesystem, one that uses memory to store files (cross platform) and an interface that should be implemented if you want to provide your own filesystem. . It is suitable for use in any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory-backed file system during testing. It also adds support for the http filesystem for full interoperability. . Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-spf13-afero-dev
PackageSectiondevel
PackageVersion1.1.0-1
SHA-13320E755A0258FB4F1778ED088E8FA247CD67501
SHA-256D059A08CC5E3AF608A623AF4FB9173C65DDF04E90F37FAA31BA79B9AD4A6B06E
Key Value
FileSize34036
MD589E955769FE3D29CBF751EB023996EBD
PackageDescriptionFileSystem Abstraction System for Go Package Afero provides types and methods for interacting with the filesystem as an abstraction layer for the Go Programming Language. . It provides a few implementations that are largely interoperable. One that uses the operating system filesystem, one that uses memory to store files (cross platform) and an interface that should be implemented if you want to provide your own filesystem. . It is suitable for use in any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory-backed file system during testing. It also adds support for the http filesystem for full interoperability. . Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-spf13-afero-dev
PackageSectiondevel
PackageVersion1.2.2+really1.2.1-1
SHA-139674EFB8181440E5DE5E74E3CA2B47BEC3CD7F0
SHA-2567080DDEA10A6C5FE8FADB44538E4FEF8CAEBD4C605BF83B05435B4E786505EA9
Key Value
MD53E048B9B64A53879A745818B71534957
PackageArchnoarch
PackageDescriptionA FileSystem Abstraction System for Go This package contains library source intended for building other packages which use import path with github.com/spf13/afero prefix.
PackageMaintainerpterjan <pterjan>
PackageNamegolang-github-spf13-afero-devel
PackageRelease1.mga7
PackageVersion1.1.0
SHA-14033035DA64AE5E3C502A15EB73E1261EC0057F2
SHA-2567EF13C59DAD0D11B340861F3373CAE8D1DF6899933381373430F53193EB09B30
Key Value
MD52A77EE93064AB037D8A15ACBB6014CE1
PackageArchnoarch
PackageDescriptionAfero is an filesystem framework providing a simple, uniform and universal API interacting with any filesystem, as an abstraction layer providing interfaces, types and methods. Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods. Afero is also a library providing a base set of interoperable backend filesystems that make it easy to work with afero while retaining all the power and benefit of the os and ioutil packages. Afero provides significant improvements over using the os package alone, most notably the ability to create mock and testing filesystems without relying on the disk. It is suitable for use in a any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory backed file system during testing. It also adds support for the http filesystem for full interoperability. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/spf13/afero
PackageMaintainerFedora Project
PackageNamegolang-github-spf13-afero-devel
PackageRelease1.fc33
PackageVersion1.3.3
SHA-1451EA1D4EA79E2F002069D583F7B9A75BF023EA1
SHA-256B531662236D3545809E33ADF5762B67926BA697F1AF767FEA8F0D4FE9D906CE4
Key Value
MD54BD1AA818CBCCB54467064E1F99115C8
PackageArchnoarch
PackageDescriptionAfero is an filesystem framework providing a simple, uniform and universal API interacting with any filesystem, as an abstraction layer providing interfaces, types and methods. Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods. Afero is also a library providing a base set of interoperable backend filesystems that make it easy to work with afero while retaining all the power and benefit of the os and ioutil packages. Afero provides significant improvements over using the os package alone, most notably the ability to create mock and testing filesystems without relying on the disk. It is suitable for use in a any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory backed file system during testing. It also adds support for the http filesystem for full interoperability. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/spf13/afero
PackageMaintainerumeabot <umeabot>
PackageNamegolang-github-spf13-afero-devel
PackageRelease3.mga9
PackageVersion1.5.1
SHA-160B5F13D0D2CB52B613363024D8476371E0621BA
SHA-25682ADB6A23F85A313C52DCAF1E12BAD7D67F513B4539670BAC49F3979552BADD2
Key Value
FileSize48808
MD5E3810AAE4F1BFD2D58F33040A6435342
PackageDescriptionFileSystem Abstraction System for Go Afero is a filesystem framework providing a simple, uniform and universal API interacting with any filesystem, as an abstraction layer providing interfaces, types and methods. Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods. . Afero is also a library providing a base set of interoperable backend filesystems that make it easy to work with afero while retaining all the power and benefit of the os and ioutil packages. . Afero provides significant improvements over using the os package alone, most notably the ability to create mock and testing filesystems without relying on the disk. . It is suitable for use in any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory-backed filesystem during testing. It also adds support for the http filesystem for full interoperability.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-spf13-afero-dev
PackageSectiongolang
PackageVersion1.6.0-1
SHA-176E571564D73BB760A056F99904528FEDF8EDF5A
SHA-2565BB64FB7750BBEDB0E981754BD900984A527257BCDCE4C60FD802729A315D8CA
Key Value
FileSize33236
MD590F9F2F6E5FFB802675E4F09180563B4
PackageDescriptionFileSystem Abstraction System for Go Package Afero provides types and methods for interacting with the filesystem as an abstraction layer for the Go Programming Language. . It provides a few implementations that are largely interoperable. One that uses the operating system filesystem, one that uses memory to store files (cross platform) and an interface that should be implemented if you want to provide your own filesystem. . It is suitable for use in any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory-backed file system during testing. It also adds support for the http filesystem for full interoperability. . Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods.
PackageMaintainerDebian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-spf13-afero-dev
PackageSectiondevel
PackageVersion1.1.1-1~bpo9+1
SHA-182BA7D5F58B19A8CE8CE4D9C836D83E2BB69963C
SHA-25690CECE446D92582C318F53A4E4DE65CF8A9B51958289A20BD7DB83EC54E11945
Key Value
FileSize33064
MD54D6D8E238D8A78F66BA4C9E573B78E58
PackageDescriptionFileSystem Abstraction System for Go Package Afero provides types and methods for interacting with the filesystem as an abstraction layer for the Go Programming Language. . It provides a few implementations that are largely interoperable. One that uses the operating system filesystem, one that uses memory to store files (cross platform) and an interface that should be implemented if you want to provide your own filesystem. . It is suitable for use in any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory-backed file system during testing. It also adds support for the http filesystem for full interoperability. . Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-spf13-afero-dev
PackageSectiondevel
PackageVersion1.2.2+really1.2.2-1
SHA-18DC6A4DD0547665C5E1DE6B943EFB3C788528F8E
SHA-256320667E2DD89F2568EB85EA95A2D84FE12BDB4AAA2269F397A1E6C473E9ADF09