Source: golang-github-mitchellh-go-fs Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Alexandre Viau Build-Depends: debhelper (>= 9), dh-golang, golang-go Standards-Version: 3.9.6 Homepage: https://github.com/mitchellh/go-fs Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-go-fs Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-go-fs.git XS-Go-Import-Path: github.com/mitchellh/go-fs Testsuite: autopkgtest-pkg-go Package: golang-github-mitchellh-go-fs-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go Description: Filesystem library for Go, implementing FAT filesystems so far This library implements the ability to create, read, and write FAT filesystems using pure Go. In this library's current state, it is very good for reading FAT filesystems, and minimally useful for creating FAT filesystems.