Skip to content
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

cmd/go: remove build #3052

Closed
gopherbot opened this issue Feb 17, 2012 · 5 comments
Closed

cmd/go: remove build #3052

gopherbot opened this issue Feb 17, 2012 · 5 comments

Comments

@gopherbot
Copy link

by untheoretic:

Now, that we have the "-work" option,
is there still need for the build command?
@rsc
Copy link
Contributor

rsc commented Feb 17, 2012

Comment 1:

what do you propose to replace
go build hello.go
with?

@gopherbot
Copy link
Author

Comment 2 by untheoretic:

go install

@rsc
Copy link
Contributor

rsc commented Feb 17, 2012

Comment 3:

go install writes a binary to a bin directory.
go build is for playing in the current directory.

Status changed to WorkingAsIntended.

@gopherbot
Copy link
Author

Comment 4 by untheoretic:

Or remove install (and let build replace install)?

@gopherbot
Copy link
Author

Comment 5 by untheoretic:

> go build is for playing in the current directory
ok.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants