vlang / gitly

Light and fast GitHub/GitLab alternative written in V
GNU General Public License v3.0
1.37k stars 72 forks source link

Error while building gitly with V 0.4.2 0c92c31 #260

Open ZueffC opened 1 year ago

ZueffC commented 1 year ago

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