medvednikov

/

gitlyx Public
0 commits 27 issues 3 pull requests 32 contributors Discussions Projects CI

Error while building gitly with V 0.4.2 0c92c31 #46

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