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

Remove GOXC #286

Merged
merged 1 commit into from
Jun 5, 2018
Merged

Remove GOXC #286

merged 1 commit into from
Jun 5, 2018

Conversation

redhatrises
Copy link
Collaborator

  • The preferred method is to cross-compile in GO is to run something similar to the following:

    $ GOOS=darwin GOARCH=386 go build test.go

    goxc is in maintenance mode since GO can now cross-compile

- The preferred method is to cross-compile in GO is to run something similar to the following:

  `$ GOOS=darwin GOARCH=386 go build test.go`

  goxc is in maintenance mode since GO can now cross-compile
@codecov
Copy link

codecov bot commented Jun 5, 2018

Codecov Report

Merging #286 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #286   +/-   ##
=======================================
  Coverage   89.48%   89.48%           
=======================================
  Files          32       32           
  Lines        1027     1027           
=======================================
  Hits          919      919           
  Misses         88       88           
  Partials       20       20

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c56329...c39e74c. Read the comment docs.

@shawndwells shawndwells merged commit 1197aa5 into opencontrol:master Jun 5, 2018
@redhatrises redhatrises deleted the remove_goxc branch June 6, 2018 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants