Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 476B

il y a 9 ans
12345678910111213
  1. FS
  2. ===
  3. [![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)
  4. FS is a file system toolkit for the [Go](http://golang.org) programming language.
  5. ## Getting Started
  6. Install the package, along with executable binary helper (**go 1.4** and greater is required):
  7. ```shell
  8. $ go get -v github.com/goanywhere/fs
  9. ```