fiorix / go-diameter

Diameter stack and Base Protocol (RFC 6733) for the Go programming language
Other
244 stars 141 forks source link

Does the 'Getting Started' instructions on Readme.md need update ? #157

Open bdutta opened 3 years ago

bdutta commented 3 years ago

This could be my newbie mistake and not necessarily an issue, but I tried following the 'Getting Started' section instructions carefully but failed to run the server and client. I am new to Golang, but know Diameter protocol reasonably well.

My environment:

On executing: export GO111MODULE=on go run github.com/fiorix/go-diameter/v4/examples/server I see the error: _no required module provides package github.com/fiorix/go-diameter/v4/examples/server: go.mod file not found in current directory or any parent directory; see 'go help modules'_ go run github.com/fiorix/go-diameter/v4/examples/client -hello On using the non module based/aware method, the v4 of the module doesn't seem to be fetched.

bdutta commented 3 years ago

Eventually, what did seem to work to get the examples running was:

However, still no sign of v4 of the module.

uzairzia commented 1 year ago

Agreed. v4 does not seem to exist in the source tree.

[***@*** go-diameter]$ find ./ -iname v4 returns nothing.