|
12345678910111213 |
- FS
- ===
- [![Build Status](https://travis-ci.org/goanywhere/fs.svg?branch=master)](https://travis-ci.org/goanywhere/fs) [![GoDoc](https://godoc.org/github.com/goanywhere/fs?status.svg)](http://godoc.org/github.com/goanywhere/fs)
-
- FS is a file system toolkit for the [Go](http://golang.org) programming language.
-
- ## Getting Started
-
- Install the package, along with executable binary helper (**go 1.4** and greater is required):
-
- ```shell
- $ go get -v github.com/goanywhere/fs
- ```
|