`go run` instead of `6g` and `6l`
This commit is contained in:
parent
c7f7ccd37e
commit
8a69a9390b
|
@ -6,7 +6,7 @@ for regular polling of new channels/items.
|
||||||
|
|
||||||
Build & run with:
|
Build & run with:
|
||||||
|
|
||||||
$ 6g example.go && 6l example.6 && ./6.out
|
$ go run example.go
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ for regular polling of new channels/items.
|
||||||
|
|
||||||
Build & run with:
|
Build & run with:
|
||||||
|
|
||||||
$ 6g example.go && 6l example.6 && ./6.out
|
$ go run handlerexample.go
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue