-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compilation issue Fabric SDK Go at the Test Step #13
Comments
Hi @M-AMAIRI ! It's not a problem of dependencies but a problem with your files. The error is saying that you don't have the web files in your directory. Can you tell me where did this issue came ? At which point of the tutorial ? |
@M-AMAIRI , cd $GOPATH/src/github.com/chainHero/heroes-service
rm -f Gopkg.lock
dep ensure
go build |
I close this issue as there was no update. |
Hi @antitoine , thank you for help , Sorry for the Late Reply I have been sick since last week , I followed the steps that you mentioned, and currently it works for me , and as @MaximeAubanel said , this type of errors can be also by the lack of web/controllers files . Thanks , |
Hi ,
I followed the tutorial, and I installed Version Go 1.10, but I have some problem of compilation, in my opinion because of a missing library , despite I have succeeded in all precedent steps .
here is the echo when launching build
can someone help me please ,
thanks ,
Moatez
The text was updated successfully, but these errors were encountered: