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
Go
go1.21.5 Linux/amd64
GoFrame
V2.6.1
yes
I run gf build main.go -p ./manifest/docker command in my project directory.
gf build main.go -p ./manifest/docker
gf tool builds the binary to the ./manifest/docker directory, but not.
I saw gf tool builds the binary in the project root directory.
The text was updated successfully, but these errors were encountered:
You got the wrong person
Sorry, I don't understand what it means.
Sorry, something went wrong.
fix issue #3232
f48b3eb
fix issue #3232 (#3247)
4b8eaac
gqcn
No branches or pull requests
1. What version of
Go
and system type/arch are you using?go1.21.5 Linux/amd64
2. What version of
GoFrame
are you using?V2.6.1
3. Can this issue be re-produced with the latest release?
yes
4. What did you do?
I run
gf build main.go -p ./manifest/docker
command in my project directory.5. What did you expect to see?
gf tool builds the binary to the ./manifest/docker directory, but not.
6. What did you see instead?
I saw gf tool builds the binary in the project root directory.
The text was updated successfully, but these errors were encountered: