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
Currently we rely on just go get to get dependancies, which isn't very good. We need a proper dependancy system using either a vendor subdirectory using submodules or the new go dep system.
The text was updated successfully, but these errors were encountered:
Currently we rely on just go get to get dependancies, which isn't very good. We need a proper dependancy system using either a vendor subdirectory using submodules or the new go dep system.
The text was updated successfully, but these errors were encountered: