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

Go min #249

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Go min #249

wants to merge 2 commits into from

Conversation

teivah
Copy link

@teivah teivah commented Jun 23, 2023

A hello world in Go

  • ./test.bash passes locally
  • Appropriate changes to documentation are included in the PR

@vorburger
Copy link
Member

FYI this works on Linux - does it not do the following on Mac?

$ bazelisk run //web/ui-go
INFO: Build option --explicit_java_test_deps has changed, discarding analysis cache.
INFO: Analyzed target //web/ui-go:ui-go (80 packages loaded, 9561 targets configured).
INFO: Found 1 target...
Target //web/ui-go:ui-go up-to-date:
  bazel-bin/web/ui-go/ui-go_/ui-go
INFO: Elapsed time: 5.199s, Critical Path: 0.21s
INFO: 6 processes: 4 internal, 2 linux-sandbox.
INFO: Build completed successfully, 6 total actions
INFO: Running command line: bazel-bin/web/ui-go/ui-go_/ui-go
Hello, World!

@teivah
Copy link
Author

teivah commented Jun 23, 2023

does it not do the following on Mac?

Same result

@vorburger
Copy link
Member

@teivah how about rebasing this to current main and moving this "hello, world" example into tools/hello.go to be next to the existing https://github.com/enola-dev/enola/tree/main/tools/hello, which is sort of the Java equivalent to this? Just a demo to prove that building Go code works in this repo... 😄 I would be (very) happy to merge this PR with that!

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