golang-github-git-lfs-gitobj-dev (2.1.1-1)

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
golang-github-git-lfs-gitobj
Architecture
i386
Section
golang
Priority
optional
Maintainer
Debian Go Packaging Team <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
225 B
Size expected
43.4 kB
Size actual
43.4 kB
Size match

Dependencies

Required package dependencies

  • golang-github-stretchr-testify-dev

Suggested packages

Recommended additional packages

  • None

Description

gitobj reads and writes Git objects

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD512c7b79f…7009ba15
SHA-1e43fed77…6e3f5775
SHA-256f052b7de…0ef25abf
SHA-512439d0d70…06c325c9

Contents

Files and directories included

.
usr
usr/share
usr/share/doc
usr/share/doc/golang-github-git-lfs-gitobj-dev
usr/share/doc/golang-github-git-lfs-gitobj-dev/changelog.Debian.gz
usr/share/doc/golang-github-git-lfs-gitobj-dev/copyright
usr/share/gocode
usr/share/gocode/src
usr/share/gocode/src/github.com
usr/share/gocode/src/github.com/git-lfs
usr/share/gocode/src/github.com/git-lfs/gitobj
usr/share/gocode/src/github.com/git-lfs/gitobj/backend.go
usr/share/gocode/src/github.com/git-lfs/gitobj/backend_nix.go
usr/share/gocode/src/github.com/git-lfs/gitobj/backend_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/backend_windows.go
usr/share/gocode/src/github.com/git-lfs/gitobj/blob.go
usr/share/gocode/src/github.com/git-lfs/gitobj/blob_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/commit.go
usr/share/gocode/src/github.com/git-lfs/gitobj/commit_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/errors
usr/share/gocode/src/github.com/git-lfs/gitobj/errors/errors.go
usr/share/gocode/src/github.com/git-lfs/gitobj/errors/errors_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/errors.go
usr/share/gocode/src/github.com/git-lfs/gitobj/errors_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/file_storer.go
usr/share/gocode/src/github.com/git-lfs/gitobj/go.mod
usr/share/gocode/src/github.com/git-lfs/gitobj/go.sum
usr/share/gocode/src/github.com/git-lfs/gitobj/memory_storer.go
usr/share/gocode/src/github.com/git-lfs/gitobj/memory_storer_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/object.go
usr/share/gocode/src/github.com/git-lfs/gitobj/object_db.go
usr/share/gocode/src/github.com/git-lfs/gitobj/object_db_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/object_reader.go
usr/share/gocode/src/github.com/git-lfs/gitobj/object_reader_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/object_type.go
usr/share/gocode/src/github.com/git-lfs/gitobj/object_type_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/object_writer.go
usr/share/gocode/src/github.com/git-lfs/gitobj/object_writer_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/bounds.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/bounds_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain_base.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain_base_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain_delta.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain_delta_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/delayed_object.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/errors.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/errors_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_decode.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_decode_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_entry.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_v1.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_v1_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_v2.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_v2_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_version.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/io.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/io_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/object.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/object_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/packfile.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/packfile_decode.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/packfile_decode_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/packfile_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/set.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/set_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/storage.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/type.go
usr/share/gocode/src/github.com/git-lfs/gitobj/pack/type_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/storage
usr/share/gocode/src/github.com/git-lfs/gitobj/storage/backend.go
usr/share/gocode/src/github.com/git-lfs/gitobj/storage/decompressing_readcloser.go
usr/share/gocode/src/github.com/git-lfs/gitobj/storage/multi_storage.go
usr/share/gocode/src/github.com/git-lfs/gitobj/storage/storage.go
usr/share/gocode/src/github.com/git-lfs/gitobj/storer.go
usr/share/gocode/src/github.com/git-lfs/gitobj/tag.go
usr/share/gocode/src/github.com/git-lfs/gitobj/tag_test.go
usr/share/gocode/src/github.com/git-lfs/gitobj/tree.go
usr/share/gocode/src/github.com/git-lfs/gitobj/tree_test.go