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

Source code missing assets.go file #186

Open
g-a-r-y opened this issue Apr 30, 2023 · 3 comments
Open

Source code missing assets.go file #186

g-a-r-y opened this issue Apr 30, 2023 · 3 comments

Comments

@g-a-r-y
Copy link

g-a-r-y commented Apr 30, 2023

Description

I download the source code, there're several files prompt an error because the lack of file: 
{projectRoot}/internal/util/assets/assets.go, I found a .gitignore file in the dir, 
which means the assets.go is ignored when commit.

Reproduce

  1. download code
  2. open in vscode and wait it finish download the packages
  3. some files are marked red: /cmd/platypus/main.go, /internal/utils/compiler/compiler.go, ...
    ...

Expected behavior

Get the content of assets.go, either re-download or add by myself, thanks!

Current behavior

Screenshots/Terminal log

file-not-found

Environments

  • OS: Windows
  • Version: 10
@WangYihang
Copy link
Owner

Thanks for reporting.

Use make release to generate the file, see Makefile.

@WangYihang
Copy link
Owner

I will change the build system from Makefile to goreleaser soon, which will make the build process more elegant and convenient.

@g-a-r-y
Copy link
Author

g-a-r-y commented May 1, 2023

Ok, thanks. I will go check the file and see if there's a more convenient way to run or debug the code.

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

2 participants