We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cloned the repo and ran:
go build -o babygo
and then
./babygo build -o hello ./example/hello
but it gave an error
panic: No source files found in ./example/hello (./example/hello) goroutine 1 [running]: .........
i also tried running
./babygo build -o hello ./example/
and i got
panic: No source files found in /home/shour/go/src/github.com/DQNEO/babygo/src/os (os)
I am using Fedora linux Thanks, shour
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I cloned the repo and ran:
and then
but it gave an error
i also tried running
and i got
I am using Fedora linux
Thanks,
shour
The text was updated successfully, but these errors were encountered: