Open EtienneM opened 5 years ago
For instance, I wanted to have a mock of net.Conn but it didn't work as we only use the GOPATH env variable
net.Conn
Might be useful:
╰─$ echo $(go env GOROOT) /usr/lib/go
For instance, I wanted to have a mock of
net.Conn
but it didn't work as we only use the GOPATH env variable