17twenty / rog-go

Automatically exported from code.google.com/p/rog-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missed "package audio" in exp/abc/audio/output.go

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Enable bash completion for go ( misc/bash/go)
2. Type go get [TAB]

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

What version of the product are you using? On what operating system?
go: 1.1.1, rog-go: tip

Please provide any additional information below.
Got an error output:
can't load package: package code.google.com/p/rog-go/exp/abc/audio: 
rog-go/exp/abc/audio/output.go:1:1: expected 'package', found 'import'
rog-go/exp/abc/audio/output.go:2:2: invalid package name _


Original issue reported on code.google.com by vladisla...@gmail.com on 13 Jun 2013 at 10:05

I've attached a patch that should at least solve the compilation errors, but 
doesn't do anything more than that.

Original comment by mattyjwi...@gmail.com on 23 Jun 2014 at 1:32

Attachments: