You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.
I realise that this library is still usable without being a module directly, but I imagine there's no reason to avoid adding a go.mod file either?
One good reason to add a go.mod file is that one can use commands like go build, go list, and so on. Another is UX: it's not entirely clear that I'm meant to import this as inet.af/netstack rather than github.com/inetaf/netstack if I don't see a go.mod saying as much.
The text was updated successfully, but these errors were encountered:
Seems particularly necessary too, given that this library requires three other modules.
Looks like the file was added/modified in 0407d1a. It hasn't been deleted since, that I can see in the git log. Perhaps one of the git merges somehow dropped the old master history, and entirely replaced it with an upstream history lacking the go.mod file?
Whoops. I have a huge complicated abomination of a shell script with gnarly git commands to build this repo and I guess I lost a step in there somewhere.
I realise that this library is still usable without being a module directly, but I imagine there's no reason to avoid adding a go.mod file either?
One good reason to add a go.mod file is that one can use commands like
go build
,go list
, and so on. Another is UX: it's not entirely clear that I'm meant to import this asinet.af/netstack
rather thangithub.com/inetaf/netstack
if I don't see ago.mod
saying as much.The text was updated successfully, but these errors were encountered: