I've seen that there's a reference to bou.ke/monkey in the go.mod but I'm unsure where it's being used.
The license for monkey pretty much disallows anyone from using it, which in term means that no one can use your library either. See here and here for more information.
Is it needed, or is can we just remove it and keep this library as MIT? 😄
I've seen that there's a reference to
bou.ke/monkey
in thego.mod
but I'm unsure where it's being used.The license for
monkey
pretty much disallows anyone from using it, which in term means that no one can use your library either. See here and here for more information.Is it needed, or is can we just remove it and keep this library as MIT? 😄