lambdaX / go-html-transform

Automatically exported from code.google.com/p/go-html-transform
Artistic License 2.0
0 stars 0 forks source link

Missing return types #16

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-html-transform

What do you see instead?
# code.google.com/p/go-html-transform/css
.go/src/code.google.com/p/go-html-transform/css/parse.go:140: cannot use 
consumeCommentBody (type func(*PositionByteScanner)) as type cssParseFunc in 
return argument
.go/src/code.google.com/p/go-html-transform/css/parse.go:148: too many arguments

What version of the product are you using? On what operating system?
Go 1.2rc1

Original issue reported on code.google.com by pierredu...@gmail.com on 22 Sep 2013 at 11:37

GoogleCodeExporter commented 9 years ago
Sorry about that. don't know how that breakage snuck in.

Original comment by JeremyMZHS on 26 Sep 2013 at 2:53

GoogleCodeExporter commented 9 years ago
No problem :)
(I'm using your library in this project 
https://github.com/pierrre/mangadownloader )

Original comment by pierredu...@gmail.com on 26 Sep 2013 at 12:00

GoogleCodeExporter commented 9 years ago
Can you update your tag "go1"?
If I "go get" your lib, I don't get your fix :(

Original comment by pierredu...@gmail.com on 1 Oct 2013 at 8:49