-
Notifications
You must be signed in to change notification settings - Fork 108
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
Makefile
for starknet.go
#598
base: main
Are you sure you want to change the base?
Conversation
@rianhughes |
|
||
simple-call: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should run examples in the make file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rianhughes
Even though I have installed golangci-lint properly. ls $(go env GOPATH)/bin Gives me list of go env paths which includes So, on doing this. export PATH=$PATH:$(go env GOPATH)/bin
|
Maybe including the following in the Makefile would help? GOPATH := $(shell go env GOPATH) install-golangci-lint: |
Hi @rianhughes |
Hi @rianhughes |
Basic template is ready for
Makefile
Closes #597