mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
access modifiers: update tests/examples
This commit is contained in:
parent
78131e78bc
commit
dc83e30a44
5 changed files with 18 additions and 9 deletions
|
@ -44,10 +44,9 @@ pub struct Log {
|
|||
mut:
|
||||
level LogLevel
|
||||
output_label string
|
||||
|
||||
ofile os.File
|
||||
output_to_file bool
|
||||
pub:
|
||||
pub mut:
|
||||
output_file_name string
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue