Source: golang-github-go-git-go-billy-v5
Section: golang
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-golang-x-sys-dev,
               golang-gopkg-check.v1-dev,
               golang-any
Standards-Version: 4.5.1
Vcs-Browser: https://gitlab.com/kalilinux/packages/golang-github-go-git-go-billy-v5
Vcs-Git: https://gitlab.com/kalilinux/packages/golang-github-go-git-go-billy-v5.git
Homepage: https://github.com/go-git/go-billy
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/go-git/go-billy/v5

Package: golang-github-go-git-go-billy-v5-dev
Architecture: all
Depends: ${misc:Depends},
         golang-golang-x-sys-dev,
         golang-gopkg-check.v1-dev
Description: Missing interface filesystem abstraction for Go (library)
 This package implements an interface based on the os standard library,
 allowing to develop applications without dependency on
 the underlying storage.
 It makes it virtually free to implement mocks and testing over
 filesystem operations.
