File: README.md

package info (click to toggle)
golang-github-gorilla-rpc 0.0~git20160927.22c016f-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 264 kB
  • sloc: makefile: 5
file content (10 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Counter (TestApp)
=================

1) Build

    $ go build counter.go
    $ ./counter


2) Navigate to localhost:65534 on the browser to access the app.