oldv: fix compilation, make VGitOptions fields public

pull/4823/head
Delyan Angelov 2020-05-10 18:41:25 +03:00
parent a2d120b583
commit d33082dffe
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ pub fn (vgit_context mut VGitContext) compile_oldv_if_needed() {
} }
pub struct VGitOptions { pub struct VGitOptions {
mut: pub mut:
workdir string // the working folder (typically /tmp), where the tool will write workdir string // the working folder (typically /tmp), where the tool will write
v_repo_url string // the url of the V repository. It can be a local folder path, if you want to eliminate network operations... v_repo_url string // the url of the V repository. It can be a local folder path, if you want to eliminate network operations...
vc_repo_url string // the url of the vc repository. It can be a local folder path, if you want to eliminate network operations... vc_repo_url string // the url of the vc repository. It can be a local folder path, if you want to eliminate network operations...