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 it works as expected and described.

have fun!

On 10/10/22 07:35, PK wrote:
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 error:
sample.go:7:2: no required module provides package github.com/go-git/go-git/v5: go.mod file not found in current directory or any parent directory; see 'go help modules'

sample.go:8:2: no required module provides package github.com/go-git/go-git/v5/_examples: go.mod file not found in current directory or any parent directory; see 'go help modules'

*Please help me, how I can execute this?*

I am using the following:
Go version: go version go1.18.1 linux/amd64
Platform:  Ubuntu 22.04.1 LTS

--
You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com <mailto:golang-nuts+unsubscr...@googlegroups.com>. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/353c43c7-99bc-4e85-bf94-a5daff749640n%40googlegroups.com <https://groups.google.com/d/msgid/golang-nuts/353c43c7-99bc-4e85-bf94-a5daff749640n%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/037ea98b-6cab-66cf-cb31-e67a10f603ac%40mb0.org.

Reply via email to