Skip to content

Commit 86b652c

Browse files
author
licong
committed
fix readme
1 parent c74e7bc commit 86b652c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
language: go
33

44
go:
5-
- 1.10.x
65
- 1.11.x
76
- 1.12.x
87
- 1.13.x

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# httpfs
2-
32
a simple static file server write in pure golang, support upload。
43

4+
![travis](https://travis-ci.com/hellojukay/httpfs.svg?branch=master)
55
# install
66
```shell
7+
// build require golang 1.11+
78
go get github.com/hellojukay/httpfs
89
```
910
![demo](demo.gif)
10-
1111
# feature
1212
* single binnary file
1313
* cross platform

0 commit comments

Comments
 (0)