fix log example
parent
94a599d630
commit
505f784047
|
@ -1,7 +1,7 @@
|
|||
import log
|
||||
|
||||
fn main(){
|
||||
mut l := log.Log{level:log.INFO, 'terminal'}
|
||||
mut l := log.Log{log.INFO, 'terminal'}
|
||||
l.info('info')
|
||||
l.warn('warn')
|
||||
l.error('error')
|
||||
|
|
Loading…
Reference in New Issue