We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This error happened during the building service.
gitly git:(master) v run . src/repo.v:28:53: error: unexpected token @, expecting name 26 | latest_activity time.Time @[skip] 27 | mut: 28 | git_repo &git.Repo = unsafe { nil } @[skip] // libgit wrapper repo | ^ 29 | webhook_secret string 30 | tags_count int
@
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This error happened during the building service.
gitly git:(master) v run .
src/repo.v:28:53: error: unexpected token
@
, expecting name26 | latest_activity time.Time @[skip]
27 | mut:
28 | git_repo &git.Repo = unsafe { nil } @[skip] // libgit wrapper repo
| ^
29 | webhook_secret string
30 | tags_count int
The text was updated successfully, but these errors were encountered: