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
When using fargo as go get github.com/hudl/fargo the Instance struct has a field InstanceId. However, this field is missing when declaring the dependency using dep. A few other fields are different as well. Below is the struct definition in each case. Using go get:
When using fargo as
go get github.com/hudl/fargo
theInstance
struct has a fieldInstanceId
. However, this field is missing when declaring the dependency usingdep
. A few other fields are different as well. Below is the struct definition in each case.Using go get:
Using dep
The Gopkg.toml snippet is
Which of these is the correct one and should be used?
The text was updated successfully, but these errors were encountered: