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 build and run fails #41

Open
prologic opened this issue Oct 6, 2023 · 0 comments
Open

go build and run fails #41

prologic opened this issue Oct 6, 2023 · 0 comments

Comments

@prologic
Copy link

prologic commented Oct 6, 2023

This is what I consider to be an operational bug. Looks like this has only been designed to run in CI and deployed to whereever you're deploying this to 😅

I tried to build this locally and run it and failed.

go build .
./d2-playground`

should "just work"™ (but it does not)

Also it should be possible to install the binary elsewhere and have the assets builtin using the embed package, e.g:

go install .
cd ~
d2-playground

But this also does not work.

Honestly this should also help make it a hell of a lot easier to contribute too as well 🤞

Can we please fix this? 🙏

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

No branches or pull requests

1 participant