8 lines
81 B
V
8 lines
81 B
V
module meta
|
|
|
|
pub struct BuildDest {
|
|
pub mut:
|
|
path string
|
|
ssh_name string
|
|
}
|