[extras] Add documentation for govpp/extras and govpp/extras/gomemif
Hi SimardeepSingh1450,
I added this issue to remind myself to add READMEs to the extras/ folder as they are missing. Not sure what to add to the description though.
Cheers -Nathan
On 11 May 2023, at 12:42, SimardeepSingh1450 @.@.>> wrote:
can you please elaborate the issue ?
— Reply to this email directly, view it on GitHubhttps://github.com/FDio/govpp/issues/122#issuecomment-1543760112, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAZ5XZBZ656Y7JWAFQKJDMDXFS7CBANCNFSM6AAAAAAWVOM6RU. You are receiving this because you authored the thread.Message ID: @.***>
When I attempt to add the two references to a go.mod file go.fd.io/govpp.git v0.8.0 go.fd.io/govpp.git/extras v0.1.0
and then I run go mod tidy I get this error a lot: git.fd.io/govpp.git: go.fd.io/[email protected]: no secure protocol found for repository git.fd.io/govpp.git/binapi/memif: go.fd.io/[email protected]: no secure protocol found for repository
What should I be adding to mod.go so that I can use libmemif and govpp.
I also tried to use github.com/FDio/govpp but go mod hates that even more.