You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may seem ornate, but consider what happens when someone vendors your code.
It's also important to not have your packages shadowed by the standard library. $PROJECT/src/log will never be compiled as it is shadowed by $GOROOT/src/log
The text was updated successfully, but these errors were encountered:
It may seem ornate, but consider what happens when someone vendors your code.
It's also important to not have your packages shadowed by the standard library. $PROJECT/src/log will never be compiled as it is shadowed by $GOROOT/src/log
The text was updated successfully, but these errors were encountered: