This repository was archived by the owner on Feb 12, 2021. It is now read-only.
Merged
Conversation
This is not the recommended way to write Go projects and is pointless to keep around.
Contributor
|
Is there a replacement for the deleted docs? |
Contributor
|
@bgilbert as far as I could tell the docs weren't exposed publicly on the website anywhere. I don't think we have a replacement. We do have the "template project"(https://github.com/coreos/template-project) for some boilerplate, but nothing Go specific. We could presumably have a "golang" branch of the template project using glide, a makefile, etc as most of our projects do. |
Contributor
Author
|
I think all the projects differ too much. Some things will want to use bazel if they need codegen, dep, glide, etc... |
Contributor
|
They weren't exposed publicly, but AFAIK we now no longer have any CoreOS Go style guide. Ideally the non-controversial parts of the README would remain available somewhere. |
andrestc
added a commit
to andrestc/tectonic-installer
that referenced
this pull request
Jan 26, 2018
As per coreos/docs#1142, coreos golang code style has been removed from cores/docs, this commit rewrites the code style recommendatin to link to the one maintained by the go community.
andrestc
added a commit
to andrestc/tectonic-installer
that referenced
this pull request
Jan 26, 2018
As per coreos/docs#1142, coreos golang code style has been removed from cores/docs. This commit rewrites the code style recommendation to link to the one maintained by the go community.
cpanato
pushed a commit
to coreos/tectonic-installer
that referenced
this pull request
Feb 14, 2018
As per coreos/docs#1142, coreos golang code style has been removed from cores/docs. This commit rewrites the code style recommendation to link to the one maintained by the go community.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is not the recommended way to write Go projects and is pointless to
keep around.