fix: make code compile with updated V version
This commit is contained in:
parent
af4fbc4ccc
commit
25d87fb5e6
3 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ import os
|
|||
import util
|
||||
|
||||
// Represents a read archive
|
||||
struct Pkg {
|
||||
pub struct Pkg {
|
||||
pub:
|
||||
path string [required]
|
||||
info PkgInfo [required]
|
||||
|
|
|
|||
Reference in a new issue