fix: make code compile with updated V version

This commit is contained in:
Jef Roosens 2022-06-22 20:17:11 +02:00
parent af4fbc4ccc
commit 25d87fb5e6
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ import os
import util
// Represents a read archive
struct Pkg {
pub struct Pkg {
pub:
path string [required]
info PkgInfo [required]