I have a go library,and using ‘go version -m library-name’ I can see it’s dependencies.
I want to remove one of those dependencies from the library.
Is it doable? And how?
I have a go library,and using ‘go version -m library-name’ I can see it’s dependencies.
I want to remove one of those dependencies from the library.
Is it doable? And how?