Result for 93A7B20EC2A6BEFD5F33ACD049399BC2AFF85210

Query result

Key Value
FileName./usr/share/gocode/src/github.com/mitchellh/go-homedir/homedir_test.go
FileSize1927
MD52F2B462EC84EC6815E38F45CAE3F35B1
SHA-193A7B20EC2A6BEFD5F33ACD049399BC2AFF85210
SHA-25676695FDE5E199CBAA233426E89A6F9FB6FFEFF01854E431016EB0DDEA94E39B3
SHA-512BDC1A8C0EA0AE6A463E8C9D4E20E428CF2B411F96BA3160D1FFBC6C3D813783E685E96CEFAC4DF4B975617197288791D426B0A18FF12628FCED94163F1A31FF8
SSDEEP48:dxDQuoTjIwzLQ4tDVL1mwyEYjOqgzH5HCBI5HeW4tDegr90b:vdwzLQIL8wEiqULXXuqb
TLSHT14441DDD8CFDF051A57903090599CC9CB45F4C0B28D7118EBF98CB9E2B18C8BA9338AE5
insert-timestamp1659226647.81319
mimetypetext/plain
sourcesnap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
hashlookup:parent-total9
hashlookup:trust95

Network graph view

Parents (Total: 9)

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

Key Value
MD566C6FA637B234538F7A18262300B5417
PackageArchnoarch
PackageDescriptionThis is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mitchellh/go-homedir
PackageMaintainerpterjan <pterjan>
PackageNamegolang-github-mitchellh-homedir-devel
PackageRelease4.mga8
PackageVersion1.1.0
SHA-13D2B8137E0ACFFF0F3B043C653945AC4CA9EDEE8
SHA-256EA6CB33CBD4A03D410745A4AE78D74F88BAC2B67DE77101BB7FEA946229C5347
Key Value
MD52DF876409ED07B3A263BEB6FD3B07517
PackageArchnoarch
PackageDescriptionThis is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mitchellh/go-homedir
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-homedir-devel
PackageRelease6.fc32
PackageVersion1.1.0
SHA-1F541D0F95F20D55A228117FA7A80C3103B9962D6
SHA-256A3DC6B99A569DB2B9ECE0CC15FB82125DD9C681EDDE788A6A3878A7423064575
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
MD5DC07D7D8B766CD7A766C6E49DBF7370B
PackageArchnoarch
PackageDescriptionThis is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mitchellh/go-homedir
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-homedir-devel
PackageRelease8.fc33
PackageVersion1.1.0
SHA-1E359BF8FD3C49F65D3F697E6A3CC4D76FC6DB881
SHA-256F106B6DD266CCBFD5D2B75780BC782CCE1D1E0C79C8F8B63F4069BE309B46524
Key Value
FileSize5168
MD5EBBCB03296D6FB2C7E64DD499B56F468
PackageDescriptionGo library for detecting and expanding the user's home directory This is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. . Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory. . Why not just use os/user? The built-in os/user package requires cgo on Darwin systems. This means that any Go code that uses that package cannot cross compile. But 99% of the time the use for os/user is just to retrieve the home directory, which we can do for the current user without cgo. This library does that, enabling cross-compilation.
PackageMaintainerDebian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-mitchellh-go-homedir-dev
PackageSectiondevel
PackageVersion1.1.0-1
SHA-18EFB30B16C2AA7D08926C7FA2F0C6F454A2E29F2
SHA-256F8D4CF348EE4D6C0171D3C213F5577287E4BDC08B5D9CE6338AD0994C3203084
Key Value
MD5288C2D0FB4B311EE9B13808C183E05E9
PackageArchnoarch
PackageDescriptionThis is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mitchellh/go-homedir
PackageMaintainerFedora Project
PackageNamegolang-github-mitchellh-homedir-devel
PackageRelease9.fc34
PackageVersion1.1.0
SHA-128F2F07A07E05C0D3A339DBE0CA59215CDEB4F69
SHA-256385A1ABBA368844AD778EF5034DDB0355FD6A0165BD975F1D461C231E643FA9F
Key Value
FileSize5208
MD5233D53341604E88C2E1DDB577B22A35D
PackageDescriptionGo library for detecting and expanding the user's home directory This is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. . Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory. . Why not just use os/user? The built-in os/user package requires cgo on Darwin systems. This means that any Go code that uses that package cannot cross compile. But 99% of the time the use for os/user is just to retrieve the home directory, which we can do for the current user without cgo. This library does that, enabling cross-compilation.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-mitchellh-go-homedir-dev
PackageSectiondevel
PackageVersion1.1.0-1
SHA-11D97F2B1E3DDF7B373D90A3AC223628CD397BEF8
SHA-256B65810BB78A01E4396489E37FF140ED865D7334DDF8758E8C159A36F14EC10A3
Key Value
MD5A448A2917B36103A63F9E30AC80372DF
PackageArchnoarch
PackageDescriptionThis is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mitchellh/go-homedir
PackageMaintainerumeabot <umeabot>
PackageNamegolang-github-mitchellh-homedir-devel
PackageRelease6.mga9
PackageVersion1.1.0
SHA-10278F0FE692AE8CCBD03633D2513CBB64C4B0BB1
SHA-25616182292EF664147BB9D8FBF84711F36206F47358A15167F4280C65513212F09
Key Value
FileSize5240
MD5E9CAFA187CC8B1355B2A91E65E6B1F89
PackageDescriptionGo library for detecting and expanding the user's home directory This is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. . Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory. . Why not just use os/user? The built-in os/user package requires cgo on Darwin systems. This means that any Go code that uses that package cannot cross compile. But 99% of the time the use for os/user is just to retrieve the home directory, which we can do for the current user without cgo. This library does that, enabling cross-compilation.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-mitchellh-go-homedir-dev
PackageSectiondevel
PackageVersion1.1.0-1~bpo10+1
SHA-1BB1E442D0E1DDE28D76A877C235EC389D70D454F
SHA-25651D51D23BC79C5AE8C77A856F05C50DF91DE5B72EC7822DFBD3399ED80F3A44A