I am trying to import a private gitlab repository into my Go code. I want to use the user access token for authentication. Is there a way in which I could pass the access token in the import command.
I tried using the basic oauth2 url in the import command, but the import command only accepts a path.