Hi PK,
most of the time examples are single file programs to be used with go
run. if you are inside the module root that covers all the dependencies
(or decend into the relevant example folder) you can use `go run
main.go` to run the example file.
I just tired it with the same repository and
I am trying to use this git api(*https://github.com/go-git/go-git*), but
before that I tried to run the provided example (i.e. cloning the repo by
golang). So I run the program
*https://github.com/go-git/go-git/blob/master/_examples/clone/main.go*
So when I run this program I used to get this e