“while we’re not going to utilize all of these in this piece of code, it is acceptable practice to toggle them all for future development needs.”
That is not true. Go strongly discourages importing libraries that are not currently being used.
“while we’re not going to utilize all of these in this piece of code, it is acceptable practice to toggle them all for future development needs.”
That is not true. Go strongly discourages importing libraries that are not currently being used.