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 */