1
0
mirror of https://github.com/makew0rld/amfora.git synced 2025-02-02 15:07:34 -05:00

Compile fix

This commit is contained in:
makeworld 2021-03-04 20:15:23 -05:00
parent d136c8a9f8
commit d85ac2226e

View File

@ -311,5 +311,5 @@ func (ren *GemtextRenderer) Read(p []byte) (n int, err error) {
} }
func (ren *GemtextRenderer) Links() <-chan string { func (ren *GemtextRenderer) Links() <-chan string {
return r.links return ren.links
} }