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: Caches the generated file somewhere go:generate with stringer #11835

Closed
mrkaspa opened this issue Jul 23, 2015 · 0 comments
Closed

cmd/go: Caches the generated file somewhere go:generate with stringer #11835

mrkaspa opened this issue Jul 23, 2015 · 0 comments

Comments

@mrkaspa
Copy link

mrkaspa commented Jul 23, 2015

I'm testing stringer but it caches the generated file, I delete it, I change some things to file that embeds the

//go:generate stringer -type=Pill1 -output pill_s.go

I try againg go:generate and generates the cached file so the changes aren't reflected, I even deleted the file that contained the comment and when I do the go:generate the file appear again.

@mrkaspa mrkaspa closed this as completed Jul 23, 2015
@mikioh mikioh changed the title Caches the generated file somewhere go:generate with stringer cmd/go: Caches the generated file somewhere go:generate with stringer Jul 23, 2015
@golang golang locked and limited conversation to collaborators Aug 5, 2016
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