shinrain / go-tour

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

I just started looking at GoLang and have been looking at the tour. I have the newest version of ... #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
https://feedback.corp.google.com/#/Report/1076363106

Description:
I just started looking at GoLang and have been looking at the tour. I have the 
newest version of Go (or was the newest when I downloaded it yesterday, go1.1.1 
windows/386)

If I have a newline between package main and the import statement I get a 
compile error. This applies to every part of the tour.

Also when I try to import this package I get another error:

test.go:4:5: cannot find package "code.google.com/p/go-tour/wc" in any of:
        C:\Go\src\pkg\code.google.com\p\go-tour\wc (from $GOROOT)
        ($GOPATH not set)

UI language: en
Detected language: en

Original issue reported on code.google.com by feedback...@gmail.com on 1 Aug 2013 at 3:16