johnwahba / go-tour

Automatically exported from code.google.com/p/go-tour
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

go get error #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go get code.google.com/p/go-tour/gotour

What is the expected output? What do you see instead?

# code.google.com/p/go.tools/playground/socket
code.google.com/p/go.tools/playground/socket/socket.go:274: method w.sendNow is 
not an expression, must be called
# code.google.com/p/go.tools/present
code.google.com/p/go.tools/present/code.go:141: method 
leadingSpaceRE.FindString is not an expression, must be called
code.google.com/p/go.tools/present/code.go:177: undefined: bufio.NewScanner
code.google.com/p/go.tools/present/link.go:76: undefined: strings.TrimPrefix
code.google.com/p/go.tools/present/link.go:78: undefined: strings.TrimPrefix
code.google.com/p/go.tools/present/parse.go:176: undefined: bufio.NewScanner

What version of the product are you using? On what operating system?
go version go1
Ubuntu 12.04 LTS

Please provide any additional information below.

go get -d code.google.com/p/go-tour/gotour works correctly
go install code.google.com/p/go-tour/gotour results in the same error

Original issue reported on code.google.com by reckless...@gmail.com on 27 Sep 2013 at 11:11

Attachments:

GoogleCodeExporter commented 9 years ago
Please update to Go 1.1.

Original comment by a...@golang.org on 30 Sep 2013 at 12:34

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks. It works perfectly now.

Original comment by reckless...@gmail.com on 30 Sep 2013 at 6:11