TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Go generate: Proposal for Go 1.4

3 pointsby xkarga00almost 11 years ago

1 comment

frakturfreundalmost 11 years ago
»the author commits the generated files to the source repository, so that they are available to clients that use go get:«<p>I understand that they want to keep $ go get fast, but i think that it is a bad practice to commit generate files into a repository. Instead, $ go get should call go generate.