xavidop / codelab-template

Template to create Codelabs
https://xavidop.github.io/codelab-template/
Apache License 2.0
4 stars 1 forks source link

`go install` doesn't work #3

Closed verlok closed 1 day ago

verlok commented 2 days ago

Describe the bug In the readme.md file, you say to install claat we need to use go install.... That doesn't work.

To Reproduce

  1. Open Terminal
  2. Enter go and press enter
  3. See error

Expected behavior The readme should state that Go is a requirement, and that can be downloaded from here https://go.dev/dl/

xavidop commented 2 days ago

sure, I assumed that. Let me add it

xavidop commented 2 days ago

Hi @verlok can you please review?

https://github.com/xavidop/codelab-template/pull/4

xavidop commented 1 day ago

solved in https://github.com/xavidop/codelab-template/pull/4