Merge pull request #47 from michael-k/testdata
`go run` instead of `6g` and `6l`
This commit is contained in:
commit
8294d29c22
2 changed files with 2 additions and 2 deletions
testdata
2
testdata/example.go
vendored
2
testdata/example.go
vendored
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
|
2
testdata/handlers/handlerexample.go
vendored
2
testdata/handlers/handlerexample.go
vendored
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue