Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Aug 31, 2017
1 parent 3ff2620 commit 963f2dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
## Notes
If using go1.5, ensure you set GO15VENDOREXPERIMENT=1

Upload size now is limited to 1G.

## Screenshots
![screen](testdata/filetypes/gohttpserver.gif)

Expand Down Expand Up @@ -142,7 +140,6 @@ $ http GET https://proxyhost.com/plist/18f99211

### Upload with CURL
For example, upload a file named `foo.txt` to directory `somedir`
(the maximum upload file size is hard coded and limited to 1 GB)

```sh
$ curl -F file=@foo.txt localhost:8000/somedir
Expand Down

0 comments on commit 963f2dd

Please sign in to comment.