diff options
author | tv <tv@nomic.retiolum> | 2014-01-05 23:10:22 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2014-01-05 23:10:22 +0100 |
commit | 1cbf273c3b74c070ebd7e65c50223f276daa26ca (patch) | |
tree | f3a6ae14fd0e720453f81f3a1b2bcdab73528fb4 | |
parent | f769dc7b006dd3d896729344a5f67fb74dc6786e (diff) |
go: talk about curl -L
-rw-r--r-- | go/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ go - minimalistic uri shortener # resolve uri - curl http://localhost:1337/shortened-relative-uri + curl -L http://localhost:1337/shortened-relative-uri # clear database |