diff options
author | tv <tv@nomic.retiolum> | 2014-01-06 00:06:20 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2014-01-06 00:06:20 +0100 |
commit | eec4484676565be3384fde82f8fcbc71f1fe0ffe (patch) | |
tree | 1329030f0862255676275651537a3aaa8bc69f97 /go | |
parent | c6386b16b5fe69abe284bd4c658fe286394e631a (diff) |
go: talk about default port
Diffstat (limited to 'go')
-rw-r--r-- | go/README.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/go/README.markdown b/go/README.markdown index d3088685..11a31975 100644 --- a/go/README.markdown +++ b/go/README.markdown @@ -15,6 +15,7 @@ HOSTN=go PORT=80 node . if you omit `HOSTN`, then relative shortened uris will be generated. + if you omit `PORT`, then it's `1337`. ## add uri |