Our private organization GitHub account is authenticated via
Two-factor authentication
Personal access token
When I am trying to get go module via go get
which is in the private organization Github
unrecognized import path "<repo>/api?go-get=1: no go-import meta tags ()
I found a similar thread but the solution didn't work for me
What's the proper way to "go get" a private repository?
Also, I found https://medium.com/@dayakar88/a-guide-to-solve-no-go-import-meta-tags-for-private-repositories-with-go-modules-6b9237f9c9f seems proper solution for my case but I can't understand the solution