You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure thing! The easiest way to do start might just be:
Check out a new feature branch on koro
Add the upstream golang/go repository as a new remote (git@github.com:golang/go.git)
Rebase the feature branch onto the master branch from upstream
Fix merge conflicts (there will definitely be some)
Make sure that the project still compiles, and that the resultant binary is still capable of running the "hello world" program we have in the root directory.
Now, that won't be everything right there, but if you submit that as a pull request, that takes care of the bulk of it. FYI, most of the changes are in src/cmd/compile/internal/gc/lex.go.
Go 1.9 was recently released, so we should pull in the changes from upstream.
The text was updated successfully, but these errors were encountered: