diff options
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -2,3 +2,16 @@ fcmd | |||
2 | ==== | 2 | ==== |
3 | 3 | ||
4 | Common file manipulation commands for Go. | 4 | Common file manipulation commands for Go. |
5 | |||
6 | Install | ||
7 | ------- | ||
8 | |||
9 | go get -u github.com/Pacien/fcmd | ||
10 | |||
11 | Use | ||
12 | --- | ||
13 | |||
14 | import "github.com/Pacien/fcmd" | ||
15 | |||
16 | |||
17 | Documentation available at http://godoc.org/github.com/Pacien/fcmd | ||