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
so I think I have some sort of new error or at least I can’t find it
[9:04 PM]
I’m just following the tutorial from goa.design
new messages
[9:08 PM]
I create the directory for my code under $GOPATH/src/cellar
I cd into that directory
I put the example code under design/design.go
when I run goagen bootstrap -d design/design.go , I get the error:
/Users/jeremywhite/Code/go/src/design/design does not contain the design/design Go package
Now I know all I need to do is change this command to goadesign bootstrap -d cellar/design and all is well… but this would confuse a newbie.
[9:08 PM]
so I think that might need a tweak in the docs, but maybe someone already saw this? it seems like an easy thing to find… so wanted other folks thoughts
The text was updated successfully, but these errors were encountered:
so I think I have some sort of new error or at least I can’t find it
[9:04 PM]
I’m just following the tutorial from goa.design
new messages
[9:08 PM]
I create the directory for my code under $GOPATH/src/cellar
I cd into that directory
I put the example code under design/design.go
when I run goagen bootstrap -d design/design.go , I get the error:
Now I know all I need to do is change this command to
goadesign bootstrap -d cellar/design
and all is well… but this would confuse a newbie.[9:08 PM]
so I think that might need a tweak in the docs, but maybe someone already saw this? it seems like an easy thing to find… so wanted other folks thoughts
The text was updated successfully, but these errors were encountered: