GoCourse
GoCourse copied to clipboard
Missing images in go_worth_learning.slide
Hi,
it seems that there are multiple references to pictures in "image" directory, but there is no such thing anywhere to be found. Could you please check it?
$ git grep "/images/"
go_worth_learning.slide:.image ./images/interface.jpg
go_worth_learning.slide:.image ./images/ural.jpg _ 700
go_worth_learning.slide:.image ./images/perf.png
go_worth_learning.slide:.image ./images/Amdahl.png
go_worth_learning.slide:.image ./images/deadlock.jpg _ 700
go_worth_learning.slide:.image ./images/teams.png
go_worth_learning.slide:.image ./images/popularity.svg _ 800
go_worth_learning.slide:.image ./images/bumper.png _ 900
Same files pop up when I try to run the present server
$ go run golang.org/x/tools/cmd/present
2020/05/12 23:36:28 Open your web browser and visit http://127.0.0.1:3999
2020/05/12 23:37:12 request from 127.0.0.1: open images/interface.jpg: no such file or directory
2020/05/12 23:37:12 request from 127.0.0.1: open images/perf.png: no such file or directory
2020/05/12 23:37:12 request from 127.0.0.1: open images/ural.jpg: no such file or directory
2020/05/12 23:37:12 request from 127.0.0.1: open images/Amdahl.png: no such file or directory
2020/05/12 23:37:12 request from 127.0.0.1: open images/deadlock.jpg: no such file or directory
2020/05/12 23:37:12 request from 127.0.0.1: open images/teams.png: no such file or directory
2020/05/12 23:37:12 request from 127.0.0.1: open images/popularity.svg: no such file or directory
2020/05/12 23:37:12 request from 127.0.0.1: open images/bumper.png: no such file or directory
I couldn't find any issue related to this, so I opened a new one.
Thank you
hey tbustik , this issue is still open ? Or anyone working on it?
@ADITYADAS1999 I'm on it. the problem is with (c) thing for these images. I'll probably need to use our own ones on the slides.
thanks for informing tisnik
Now it is fixed, thanks @ashwini3326