I have forked an open-source golang driver and made some changes. Now I am facing an issue while importing it on my application using the command --> go get "path to my go driver on my personal github account". What is the exact procedure, can anyone suggest?
I am expecting the exact steps to import the driver on my personal account.