From 8a69a9390b7c7a203805bad4d7a4b6bdaa91f089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Sun, 16 Nov 2014 17:07:39 +0100 Subject: [PATCH] `go run` instead of `6g` and `6l` --- testdata/example.go | 2 +- testdata/handlers/handlerexample.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/example.go b/testdata/example.go index 57bc772..be3ef5b 100644 --- a/testdata/example.go +++ b/testdata/example.go @@ -6,7 +6,7 @@ for regular polling of new channels/items. Build & run with: - $ 6g example.go && 6l example.6 && ./6.out + $ go run example.go */ diff --git a/testdata/handlers/handlerexample.go b/testdata/handlers/handlerexample.go index c763256..8ce7fd0 100644 --- a/testdata/handlers/handlerexample.go +++ b/testdata/handlers/handlerexample.go @@ -6,7 +6,7 @@ for regular polling of new channels/items. Build & run with: - $ 6g example.go && 6l example.6 && ./6.out + $ go run handlerexample.go */